Beispiel #1
0
def add(restaurant_id, cert_type,
        status_from, status_to, comment=None):
    CertificationProcessingRecord.add(
        current_user.id,
        restaurant_id,
        cert_type,
        status_from,
        status_to,
        comment)
Beispiel #2
0
def add(restaurant_id, cert_type, status_from, status_to, comment=None):
    CertificationProcessingRecord.add(current_user.id, restaurant_id,
                                      cert_type, status_from, status_to,
                                      comment)