Ignore:
Timestamp:
7 Aug 2017, 14:23:25 (7 years ago)
Author:
Henrik Bettermann
Message:

Switch back to real bank accounts.

File:
1 edited

Legend:

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

    r14776 r14777  
    5353
    5454    @property
    55     def lineitems(self):
     55    def demo_lineitems(self):
    5656        ba1 = self.context.amount_auth / 2
    5757        ba2 = self.context.amount_auth / 2
     
    7272
    7373    @property
    74     def live_lineitems(self):
     74    def lineitems(self):
    7575        provider_amt = 0.0
    7676        if self.context.p_category == 'schoolfee' and \
     
    137137
    138138    @property
    139     def lineitems(self):
     139    def demo_lineitems(self):
    140140        lineitems = (
    141141                      {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller",
     
    149149
    150150    @property
    151     def live_lineitems(self):
     151    def lineitems(self):
    152152        provider_amt = 400.0
    153153        if self.context.__parent__.applicant_id.startswith('cbt'):
Note: See TracChangeset for help on using the changeset viewer.