- Timestamp:
- 23 Sep 2016, 05:54:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/utils.py
r14178 r14181 27 27 from ikobacustom.uniben.interfaces import MessageFactory as _ 28 28 29 class SkeletonCustomersUtils(CustomersUtils):29 class UnibenCustomersUtils(CustomersUtils): 30 30 """A collection of methods subject to customization. 31 31 """ … … 47 47 #'CustomerPDFDocument': _('PDF Document'), 48 48 49 ' SkeletonCustomerDocument': _('Skeleton Document'),49 'UnibenCustomerDocument': _('Uniben Document'), 50 50 } 51 51 … … 53 53 #'SampleContract': _('Sample Contract'), 54 54 55 ' SkeletonContract': _('Skeleton Contract'),55 'UnibenContract': _('Uniben Contract'), 56 56 } 57 57
Note: See TracChangeset for help on using the changeset viewer.