Changeset 8706 for main/waeup.fceokene/trunk
- Timestamp:
- 13 Jun 2012, 06:56:31 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r8644 r8706 249 249 self.redirect(self.url(self.context, '@@index')) 250 250 return 251 if self.context.__parent__.__parent__.expired: 252 self.flash(_("Payment ticket can't be send to CollegePAY. " 253 "Application period has expired.")) 254 self.redirect(self.url(self.context, '@@index')) 255 return 251 256 self.applicant = self.context.__parent__ 252 257 self.amount_auth = 100 * self.context.amount_auth
Note: See TracChangeset for help on using the changeset viewer.