Changeset 14777 for main/waeup.uniben/trunk/src
- Timestamp:
- 7 Aug 2017, 14:23:25 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14776 r14777 53 53 54 54 @property 55 def lineitems(self):55 def demo_lineitems(self): 56 56 ba1 = self.context.amount_auth / 2 57 57 ba2 = self.context.amount_auth / 2 … … 72 72 73 73 @property 74 def li ve_lineitems(self):74 def lineitems(self): 75 75 provider_amt = 0.0 76 76 if self.context.p_category == 'schoolfee' and \ … … 137 137 138 138 @property 139 def lineitems(self):139 def demo_lineitems(self): 140 140 lineitems = ( 141 141 {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller", … … 149 149 150 150 @property 151 def li ve_lineitems(self):151 def lineitems(self): 152 152 provider_amt = 400.0 153 153 if self.context.__parent__.applicant_id.startswith('cbt'):
Note: See TracChangeset for help on using the changeset viewer.