Changeset 14195 for main/waeup.ikoba


Ignore:
Timestamp:
27 Sep 2016, 20:54:13 (8 years ago)
Author:
Henrik Bettermann
Message:

Define separators property attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r13066 r14195  
    13471347
    13481348    @property
     1349    def separators(self):
     1350        return getUtility(ICustomersUtils).SEPARATORS_DICT
     1351
     1352    @property
    13491353    def form_fields(self):
    13501354        form_fields = grok.AutoFields(self.context.form_fields_interface)
     
    13791383            return
    13801384        return super(ContractManageFormPage, self).update()
     1385
     1386    @property
     1387    def separators(self):
     1388        return getUtility(ICustomersUtils).SEPARATORS_DICT
    13811389
    13821390    @property
Note: See TracChangeset for help on using the changeset viewer.