Changeset 16316 for main/waeup.uniben/trunk/src
- Timestamp:
- 14 Nov 2020, 18:03:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r16310 r16316 109 109 return '' 110 110 111 @property112 def demo_lineitems(self):113 ba1 = self.context.amount_auth / 2114 ba2 = self.context.amount_auth / 2115 lineitems = (116 {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller",117 "beneficiaryAccount":"6020067886","bankCode":"011",118 "beneficiaryAmount":str(ba1),"deductFeeFrom":"1"},119 {"lineItemsId":"itemid2","beneficiaryName":"Werner Rumm",120 "beneficiaryAccount":"0360883515","bankCode":"050",121 "beneficiaryAmount":str(ba2),"deductFeeFrom":"0"}122 )123 return lineitems124 125 111 def dynamic_provider_amt(self, student): 126 112 if student.entry_session >= 2016:
Note: See TracChangeset for help on using the changeset viewer.