Ignore:
Timestamp:
31 Dec 2014, 12:53:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Customers must be able to proceed to contract submission without interaction by officers.

Show only the first 6 uid digits in breadcrumbs and in select boxes.

File:
1 edited

Legend:

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

    r12346 r12351  
    275275    grok.view(CustomerBaseDisplayFormPage)
    276276    grok.require('waeup.handleCustomer')
    277     text = _('Edit')
    278277    target = 'edit_base'
     278
     279    @property
     280    def text(self):
     281        if self.view.is_requestable:
     282            return _('Edit and request registration')
     283        return _('Edit')
    279284
    280285
Note: See TracChangeset for help on using the changeset viewer.