- Timestamp:
- 18 Aug 2020, 09:17:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.