- Timestamp:
- 24 Jun 2019, 15:10:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15473 r15475 253 253 if contr_agreement_student(student) == 'first': 254 254 # First agreement 255 provider_amt = 1900.0 255 if self.context.p_category != 'schoolfee_2': 256 provider_amt = 1900.0 256 257 joint_venture_amt = 0.0 257 258 aaue_share_amt = 0.0 … … 280 281 else: 281 282 # Second agreement 282 provider_amt = 1500.0283 283 joint_venture_amt = 1000.0 284 284 aaue_share_amt = 1500.0 285 if self.context.p_category != 'schoolfee_2': 286 provider_amt = 1500.0 285 287 student_union_due_amt = gateway_net_amt( 286 288 academic_session.union_fee)
Note: See TracChangeset for help on using the changeset viewer.