- Timestamp:
- 5 Nov 2019, 23:19:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/payment.py
r15730 r15755 41 41 return 42 42 43 @property44 def net_amt(self):45 return self.amount_auth - self.provider_amt - self.gateway_amt46 47 43 NigeriaApplicantOnlinePayment = attrs_to_fields( 48 NigeriaApplicantOnlinePayment, omit=['display_item', 'net_amt'])44 NigeriaApplicantOnlinePayment, omit=['display_item',]) 49 45 50 46 # Applicant online payments must be importable. So we might need a factory.
Note: See TracChangeset for help on using the changeset viewer.