Changeset 14813 for main/waeup.uniben/trunk/src/waeup/uniben/remita
- Timestamp:
- 22 Aug 2017, 14:02:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14809 r14813 195 195 applicant = self.context.__parent__ 196 196 if applicant.__parent__.prefix.startswith('dp'): 197 return '206 7080314'197 return '2066963437' 198 198 if applicant.__parent__.prefix.startswith('pg'): 199 return '2067086 157'199 return '2067086388' 200 200 if applicant.__parent__.prefix == 'pre': 201 return '194 7201668'201 return '1946882248' 202 202 if applicant.__parent__.prefix in ('pude','putme','cbt', 203 203 'ab','ak','akj'): 204 return '206 7089446'204 return '2066965951' 205 205 return '' 206 206 … … 219 219 @property 220 220 def lineitems(self): 221 provider_amt = 400.0222 if self.context.__parent__.applicant_id.startswith('cbt'):223 provider_amt = 200.0221 provider_amt = 1000.0 222 #if self.context.__parent__.applicant_id.startswith('cbt'): 223 # provider_amt = 200.0 224 224 inst_amt = self.context.amount_auth - provider_amt 225 225 lineitems = (
Note: See TracChangeset for help on using the changeset viewer.