- Timestamp:
- 18 Nov 2015, 15:57:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r13478 r13479 168 168 if self.context.p_state == 'paid': 169 169 return _("Payment ticket can't be re-sent to CollegePAY.") 170 tz = getUtility(IKofaUtils).tzinfo171 170 now = datetime.utcnow() 172 171 if self.context.creation_date.tzinfo is not None:
Note: See TracChangeset for help on using the changeset viewer.