Changeset 9458


Ignore:
Timestamp:
29 Oct 2012, 13:06:17 (12 years ago)
Author:
Henrik Bettermann
Message:

Show sex field on clearance slip and bed ticket slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py

    r9378 r9458  
    105105    """Deliver a PDF slip of the context.
    106106    """
    107     omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'sex', 'email')
     107    omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'email')
    108108
    109109    @property
     
    190190    """Deliver a PDF slip of the context.
    191191    """
    192     omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'sex', 'email')
     192    omit_fields = ('password', 'suspended', 'phone', 'adm_code', 'email')
    193193
    194194class StudentPassportActionButton(StudentPassportActionButton):
Note: See TracChangeset for help on using the changeset viewer.