Changeset 14872
- Timestamp:
- 23 Oct 2017, 11:14:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14852 r14872 131 131 provider_amt = self.dynamic_provider_amt(self.context.student) 132 132 inst_amt = self.context.amount_auth - provider_amt 133 if self.context.faccode == 'JUPEB': 134 inst_acct = "0040217361038" 135 else: 136 inst_acct = "0040217361011" 133 137 if provider_amt: 134 138 lineitems = ( 135 139 {"lineItemsId":"itemid1","beneficiaryName":"Uniben", 136 "beneficiaryAccount": "0040217361011","bankCode":"000",140 "beneficiaryAccount":inst_acct,"bankCode":"000", 137 141 "beneficiaryAmount":inst_amt,"deductFeeFrom":"1"}, 138 142 {"lineItemsId":"itemid2","beneficiaryName":"WAeAC", … … 143 147 lineitems = ( 144 148 {"lineItemsId":"itemid1","beneficiaryName":"Uniben", 145 "beneficiaryAccount": "0040217361011","bankCode":"000",149 "beneficiaryAccount":inst_acct,"bankCode":"000", 146 150 "beneficiaryAmount":inst_amt,"deductFeeFrom":"1"}, 147 151 )
Note: See TracChangeset for help on using the changeset viewer.