Changeset 17212


Ignore:
Timestamp:
9 Dec 2022, 10:07:32 (22 months ago)
Author:
Henrik Bettermann
Message:

Remove condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py

    r17210 r17212  
    595595    @invariant
    596596    def type_of_order(applicant):
    597         if not applicant.collected and applicant.order != 'o':
    598             raise Invalid(_("If you haven't collected transcript before, type of order must be 'Student Transcript'."))
     597        #if not applicant.collected and applicant.order != 'o':
     598        #    raise Invalid(_("If you haven't collected transcript before, type of order must be 'Student Transcript'."))
    599599        if applicant.order == 'o' and applicant.charge.startswith('cert_'):
    600600            raise Invalid(_("You've selected the wrong transcript charge."))
Note: See TracChangeset for help on using the changeset viewer.