Changeset 13401 for main/waeup.aaue/trunk/src
- Timestamp:
- 6 Nov 2015, 20:11:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r13375 r13401 134 134 return 135 135 if PAYMENT_TYPE == 'ACCEPTANCE-FEE' \ 136 and not results[0].p_category == 'clearance':136 and not results[0].p_category.startswith('clearance'): 137 137 self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2 138 138 return
Note: See TracChangeset for help on using the changeset viewer.