Changeset 12504 for main/waeup.aaue/trunk/src/waeup/aaue/etranzact
- Timestamp:
- 21 Jan 2015, 12:44:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r11868 r12504 85 85 return 86 86 if PAYMENT_TYPE not in ('SCHOOL-FEE-RETURNING', 'SCHOOL-FEE-NEW', 87 'ACCEPTANCE-FEE', 'APPLICATION-FEE' ):87 'ACCEPTANCE-FEE', 'APPLICATION-FEE', 'LATE-ADMISSION-PROCESSING'): 88 88 self.output = ERROR_PART1 + 'Invalid PAYMENT_TYPE' + ERROR_PART2 89 89 return … … 136 136 if PAYMENT_TYPE == 'APPLICATION-FEE' \ 137 137 and not results[0].p_category == 'application': 138 self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2 139 return 140 if PAYMENT_TYPE == 'LATE-ADMISSION-PROCESSING' \ 141 and not results[0].p_category == 'late_registration': 138 142 self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2 139 143 return
Note: See TracChangeset for help on using the changeset viewer.