Ignore:
Timestamp:
5 Jul 2019, 07:38:01 (5 years ago)
Author:
Henrik Bettermann
Message:

med: We have the JUPEB Certs Classified is some ways that require a combination of the above. Thus We think all should be made available for download upon successful payment of application fee.

File:
1 edited

Legend:

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

    r15125 r15486  
    178178    @property
    179179    def show_pastq_al(self):
    180         return self._show_pastq_putme() and self.depcode in PASTQ_AL
     180        return self._show_pastq_putme() # and self.depcode in PASTQ_AL
    181181
    182182    @property
    183183    def show_pastq_bs(self):
    184         return self._show_pastq_putme() and self.depcode in PASTQ_BS
     184        return self._show_pastq_putme() # and self.depcode in PASTQ_BS
    185185
    186186    @property
    187187    def show_pastq_eps(self):
    188         return self._show_pastq_putme() and self.depcode in PASTQ_EPS
     188        return self._show_pastq_putme() # and self.depcode in PASTQ_EPS
    189189
    190190    @property
    191191    def show_pastq_mss(self):
    192         return self._show_pastq_putme() and self.depcode in PASTQ_MSS
     192        return self._show_pastq_putme() # and self.depcode in PASTQ_MSS
    193193
    194194    @property
Note: See TracChangeset for help on using the changeset viewer.