Ignore:
Timestamp:
10 Jul 2019, 18:55:34 (5 years ago)
Author:
Henrik Bettermann
Message:

Remove more fields from CBT application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/interfaces.py

    r15494 r15495  
    145145    'screening_date',
    146146    'screening_score',
     147    'bank_account_number',
     148    'bank_account_name',
     149    'bank_name',
     150    'disabilities',
    147151    )
    148152CBT_OMIT_DISPLAY_FIELDS = OMIT_DISPLAY_FIELDS + CBT_OMIT_FIELDS
     
    284288
    285289    disabilities = schema.Choice(
    286         title = _(u'Disabilities'),
     290        title = _(u'Disability'),
    287291        source = DisabilitiesSource(),
    288292        required = False,
Note: See TracChangeset for help on using the changeset viewer.