Changeset 8829 for main


Ignore:
Timestamp:
27 Jun 2012, 09:00:00 (12 years ago)
Author:
Henrik Bettermann
Message:

Let applicants pay if strict_deadline is off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r8743 r8829  
    302302            self.redirect(self.url(self.context, '@@index'))
    303303            return
    304         if self.context.__parent__.__parent__.expired:
     304        if self.context.__parent__.__parent__.expired \
     305            and self.context.__parent__.__parent__.strict_deadline:
    305306            self.flash(_("Payment ticket can't be send to CollegePAY. "
    306307                         "Application period has expired."))
Note: See TracChangeset for help on using the changeset viewer.