Changeset 12509
- Timestamp:
- 22 Jan 2015, 20:43:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py
r12477 r12509 182 182 xmldict['department'] = None 183 183 xmldict['faculty'] = None 184 self.category = kofa_utils.PAYMENT_CATEGORIES[self.context.p_category]184 self.category = self.context.category 185 185 tz = kofa_utils.tzinfo 186 186 self.local_date_time = to_timezone( … … 226 226 self.applicant = self.context.__parent__ 227 227 self.amount_auth = int(100 * self.context.amount_auth) 228 self.category = getUtility(IKofaUtils).PAYMENT_CATEGORIES[self.context.p_category]228 self.category = self.context.category 229 229 tz = getUtility(IKofaUtils).tzinfo 230 230 self.local_date_time = to_timezone(
Note: See TracChangeset for help on using the changeset viewer.