- Timestamp:
- 21 Mar 2015, 13:22:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/browser.py
r12776 r12808 70 70 @property 71 71 def title(self): 72 id_part = self.context.payment_id[ 4:12]72 id_part = self.context.payment_id[:9] 73 73 return _(u"Payment ${id}", mapping={'id': id_part}) 74 74
Note: See TracChangeset for help on using the changeset viewer.