- Timestamp:
- 12 Nov 2024, 12:43:10 (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17954 r17955 172 172 if provider_amt: 173 173 lineitems += ({"lineItemsId":"itemid2","beneficiaryName":"WAeAC", 174 "beneficiaryAccount":"1 160018906","bankCode":"057",174 "beneficiaryAccount":"1014261520","bankCode":"057", 175 175 "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},) 176 176 if student_union: … … 192 192 "beneficiaryAmount":microfinance_amt,"deductFeeFrom":"0"}, 193 193 {"lineItemsId":"itemid3","beneficiaryName":"WAeAC", 194 "beneficiaryAccount":"1 160018906","bankCode":"057",194 "beneficiaryAccount":"1014261520","bankCode":"057", 195 195 "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},) 196 196 … … 221 221 if provider_amt: 222 222 lineitems += ({"lineItemsId":"itemid3","beneficiaryName":"WAeAC", 223 "beneficiaryAccount":"1 160018906","bankCode":"057",223 "beneficiaryAccount":"1014261520","bankCode":"057", 224 224 "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},) 225 225 if student_union: … … 246 246 # "beneficiaryAmount":pcn_amt,"deductFeeFrom":"0"}, 247 247 # {"lineItemsId":"itemid3","beneficiaryName":"WAeAC", 248 # "beneficiaryAccount":"1 160018906","bankCode":"057",248 # "beneficiaryAccount":"1014261520","bankCode":"057", 249 249 # "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"} 250 250 # ) … … 373 373 if provider_amt: 374 374 lineitems += ({"lineItemsId":"itemid2","beneficiaryName":"WAeAC", 375 "beneficiaryAccount":"1 160018906","bankCode":"057",375 "beneficiaryAccount":"1014261520","bankCode":"057", 376 376 "beneficiaryAmount":provider_amt,"deductFeeFrom":"0"},) 377 377 self.context.provider_amt = provider_amt
Note: See TracChangeset for help on using the changeset viewer.