Ignore:
Timestamp:
21 Mar 2015, 06:27:06 (10 years ago)
Author:
Henrik Bettermann
Message:

Use schema.Int for year.

File:
1 edited

Legend:

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

    r12803 r12805  
    2727
    2828    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,
    3434        )
    3535
Note: See TracChangeset for help on using the changeset viewer.