Changeset 12805 for main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/products
- Timestamp:
- 21 Mar 2015, 06:27:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/products/interfaces.py
r12803 r12805 27 27 28 28 contract_year = schema.Int( 29 title =u'Year of License',30 description =_(u'Enter 4-digit license year.'),31 required =False,32 min =1990,33 max =2050,29 title = u'Year of License', 30 description = _(u'Enter 4-digit license year.'), 31 required = False, 32 min = 1990, 33 max = 2050, 34 34 ) 35 35
Note: See TracChangeset for help on using the changeset viewer.