- Timestamp:
- 1 Nov 2019, 15:15:42 (5 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicantdisplaypage.pt
r15530 r15735 37 37 </td> 38 38 <tr> 39 <tr tal:condition="python: view.target in ('trans', 'cert', 'ver' )">39 <tr tal:condition="python: view.target in ('trans', 'cert', 'ver', 'send')"> 40 40 <td class="fieldname" i18n:translate=""> 41 41 Files: -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt
r15530 r15735 68 68 <span tal:replace="view/max_file_upload_size">10 KB</span> 69 69 </tr> 70 <tr tal:condition="python: view.target in ('ver', )">70 <tr tal:condition="python: view.target in ('ver', 'send')"> 71 71 <td class="fieldname" i18n:translate=""> 72 72 Scanned Document: -
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15591 r15735 135 135 self.institution_acct = '1014847058' 136 136 self.institution_bank_id = '7' 137 elif self.applicant.__parent__.prefix in ('ver', 'send'): 138 provider_amt = 0.0 137 139 xmldict = {} 138 140 xmldict['detail_ref'] = self.context.p_id
Note: See TracChangeset for help on using the changeset viewer.