Ignore:
Timestamp:
7 Nov 2019, 21:16:10 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py

    r15271 r15778  
    7070            self.redirect(self.url(self.context, '@@index'))
    7171            return
     72        self.context.r_company = u'interswitch'
    7273        student = self.student
    7374        xmldict = self.xmldict
     
    132133            self.redirect(self.url(self.context, '@@index'))
    133134            return
     135        self.context.r_company = u'interswitch'
    134136        xmldict = {}
    135137        # Provider data
Note: See TracChangeset for help on using the changeset viewer.