Changeset 11846 for main/waeup.aaue/trunk/src
- Timestamp:
- 17 Oct 2014, 06:13:19 (10 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r11654 r11846 370 370 return '' 371 371 372 class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant):373 374 @property375 def target_url(self):376 return ''377 378 class InterswitchRequestWebserviceActionButtonApplicant(379 InterswitchRequestWebserviceActionButtonApplicant):380 381 @property382 def target_url(self):383 return ''372 #class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant): 373 374 # @property 375 # def target_url(self): 376 # return '' 377 378 #class InterswitchRequestWebserviceActionButtonApplicant( 379 # InterswitchRequestWebserviceActionButtonApplicant): 380 381 # @property 382 # def target_url(self): 383 # return '' -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r11625 r11846 25 25 from waeup.kofa.students.workflow import PAID 26 26 from waeup.kofa.students.browser import ( 27 StartClearancePage, 27 28 StudentBasePDFFormPage, 28 29 CourseTicketAddFormPage, … … 43 44 ICustomStudent) 44 45 from waeup.aaue.interfaces import MessageFactory as _ 46 47 class CustomStartClearancePage(StartClearancePage): 48 with_ac = False 45 49 46 50 class CustomOnlinePaymentDisplayFormPage(NigeriaOnlinePaymentDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.