Ignore:
Timestamp:
10 Feb 2015, 11:19:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Add description and move select box field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/interfaces.py

    r12578 r12579  
    404404    certificates_object = schema.Choice(
    405405        title = _(u'Certificates'),
     406        description = u'Select the document which contains scanned copies '
     407                      u'of your certificates. You must create such a '
     408                      u'document first.',
    406409        source = CustomerDocumentSource(),
    407410        required = True,
    408411        )
     412
     413IRPRContractEdit['certificates_object'].order = IRPRContract[
     414    'certificates_object'].order
Note: See TracChangeset for help on using the changeset viewer.