Changeset 17974 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 9 Dec 2024, 16:08:31 (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17973 r17974 202 202 if self.context.p_category == 'clearance': 203 203 provider_amt = self.dynamic_provider_amt(self.context.student) 204 reduced_inst_amt = 0. 7* inst_amt205 jupeb_amt = 0. 3* inst_amt204 reduced_inst_amt = 0.4 * inst_amt 205 jupeb_amt = 0.6 * inst_amt 206 206 elif self.context.p_category in ('schoolfee', 'schoolfee_1') and \ 207 207 not self.context.p_item == 'Balance': … … 210 210 # 'LSC_JUP','MED_JUP','PSC_JUP'): 211 211 # lab_amt = 10000 212 reduced_inst_amt = 0. 7* (inst_amt - lab_amt)213 jupeb_amt = 0. 3* (inst_amt - lab_amt) + lab_amt212 reduced_inst_amt = 0.4 * (inst_amt - lab_amt) 213 jupeb_amt = 0.6 * (inst_amt - lab_amt) + lab_amt 214 214 lineitems = ( 215 215 {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
Note: See TracChangeset for help on using the changeset viewer.