Changeset 11868 for main/waeup.aaue/trunk/src/waeup/aaue/etranzact
- Timestamp:
- 22 Oct 2014, 04:03:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r11846 r11868 357 357 # respectively. But then all interswitch.browser modules have to be extended. 358 358 359 class InterswitchActionButtonStudent(InterswitchActionButtonStudent): 360 361 @property 362 def target_url(self): 363 return '' 364 365 class InterswitchRequestWebserviceActionButtonStudent( 366 InterswitchRequestWebserviceActionButtonStudent): 367 368 @property 369 def target_url(self): 370 return '' 371 372 #class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant): 359 #class InterswitchActionButtonStudent(InterswitchActionButtonStudent): 373 360 374 361 # @property … … 376 363 # return '' 377 364 378 #class InterswitchRequestWebserviceActionButton Applicant(379 # InterswitchRequestWebserviceActionButton Applicant):365 #class InterswitchRequestWebserviceActionButtonStudent( 366 # InterswitchRequestWebserviceActionButtonStudent): 380 367 381 368 # @property 382 369 # def target_url(self): 383 370 # return '' 371 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 ''
Note: See TracChangeset for help on using the changeset viewer.