Changeset 12572 for main/ikobacustom.pcn


Ignore:
Timestamp:
9 Feb 2015, 08:47:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Add forgotten field.

File:
1 edited

Legend:

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

    r12571 r12572  
    306306        )
    307307
     308    pharmacies_addresses = schema.Text(
     309        title = _(u'Pharmacies Attended'),
     310        description = u'Enter the addresses of pharmacies and periods of attendance.',
     311        required = False,
     312        readonly = False,
     313        )
     314
    308315    qualifications = schema.List(
    309316        title = _(u'Qualifications'),
Note: See TracChangeset for help on using the changeset viewer.