Changeset 16316


Ignore:
Timestamp:
14 Nov 2020, 18:03:38 (4 years ago)
Author:
Henrik Bettermann
Message:

Remove redundant code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r16310 r16316  
    109109        return ''
    110110
    111     @property
    112     def demo_lineitems(self):
    113         ba1 = self.context.amount_auth / 2
    114         ba2 = self.context.amount_auth / 2
    115         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 lineitems
    124 
    125111    def dynamic_provider_amt(self, student):
    126112        if student.entry_session >= 2016:
Note: See TracChangeset for help on using the changeset viewer.