Changeset 16206 for main/kofacustom.nigeria
- Timestamp:
- 18 Aug 2020, 09:17:00 (4 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py
r15974 r16206 242 242 243 243 def init_update(self): 244 if self.context. p_state == 'paid':244 if self.context.r_pay_reference or self.context.p_state == 'paid': 245 245 return _("Payment ticket can't be re-sent to Remita.") 246 246 if self.context.r_company and self.context.r_company != 'remita': -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py
r15974 r16206 253 253 254 254 def init_update(self): 255 if self.context. p_state == 'paid':255 if self.context.r_pay_reference or self.context.p_state == 'paid': 256 256 return _("Payment ticket can't be re-sent to Remita.") 257 257 if self.context.r_company and self.context.r_company != 'remita':
Note: See TracChangeset for help on using the changeset viewer.