- Timestamp:
- 31 Jan 2015, 18:01:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py
r12528 r12531 385 385 label = _('Manage base data') 386 386 pnav = 4 387 deletion_warning = _('Are you sure?') 387 388 388 389 @property … … 687 688 label = _('Upload files') 688 689 pnav = 4 690 deletion_warning = _('Are you sure?') 689 691 690 692 def update(self, CANCEL=None): … … 735 737 """To be implemented in the customization package. 736 738 """ 737 return False739 return 738 740 739 741 @action(_('Save and request registration now'),
Note: See TracChangeset for help on using the changeset viewer.