Changeset 14800 for main/waeup.uniben/trunk/src
- Timestamp:
- 14 Aug 2017, 10:48:09 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14799 r14800 194 194 def serviceTypeId(self): 195 195 applicant = self.context.__parent__ 196 if applicant.__parent__.prefix.startswith('dp'): 197 return '2067080314' 198 if applicant.__parent__.prefix.startswith('pg'): 199 return '2067086157' 200 if applicant.__parent__.prefix == 'pre': 201 return '1947201668' 202 if applicant.__parent__.prefix in ('pude','putme','cbt', 203 'ab','ak','akj'): 204 return '2067089446' 196 205 return '' 197 206 198 207 @property 199 def lineitems(self):200 demo_lineitems = (208 def demo_lineitems(self): 209 lineitems = ( 201 210 {"lineItemsId":"itemid1","beneficiaryName":"Klaus Mueller", 202 211 "beneficiaryAccount":"6020067886","bankCode":"011",
Note: See TracChangeset for help on using the changeset viewer.