Changeset 12579 for main/ikobacustom.pcn/trunk/src/ikobacustom/pcn
- Timestamp:
- 10 Feb 2015, 11:19:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/interfaces.py
r12578 r12579 404 404 certificates_object = schema.Choice( 405 405 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.', 406 409 source = CustomerDocumentSource(), 407 410 required = True, 408 411 ) 412 413 IRPRContractEdit['certificates_object'].order = IRPRContract[ 414 'certificates_object'].order
Note: See TracChangeset for help on using the changeset viewer.