Changeset 8831 for main/waeup.fceokene/trunk/src
- Timestamp:
- 27 Jun 2012, 09:03:43 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene
- Property svn:mergeinfo changed
/main/waeup.uniben/trunk/src/waeup/uniben merged: 8829
- Property svn:mergeinfo changed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r8745 r8831 248 248 self.redirect(self.url(self.context, '@@index')) 249 249 return 250 if self.context.__parent__.__parent__.expired: 250 if self.context.__parent__.__parent__.expired \ 251 and self.context.__parent__.__parent__.strict_deadline: 251 252 self.flash(_("Payment ticket can't be send to CollegePAY. " 252 253 "Application period has expired."))
Note: See TracChangeset for help on using the changeset viewer.