- Timestamp:
- 28 May 2015, 14:00:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r13007 r13013 168 168 tz = getUtility(IKofaUtils).tzinfo 169 169 time_delta = datetime.utcnow() - self.context.creation_date 170 if self.context.created_online andtime_delta.seconds > 3600:170 if time_delta.seconds > 3600: 171 171 return _("This payment ticket is too old. Please create a new ticket.") 172 172 student = self.context.student
Note: See TracChangeset for help on using the changeset viewer.