Changeset 15828 for main/waeup.uniben/trunk/src/waeup/uniben/remita
- Timestamp:
- 19 Nov 2019, 20:31:30 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r15817 r15828 185 185 186 186 def update(self): 187 if not module_activated(self.context.student.current_session): 187 if not module_activated( 188 self.context.student.current_session, self.context): 188 189 return 189 190 self.orderId = self.context.p_id … … 279 280 280 281 def update(self): 281 if not module_activated(self.context.__parent__.__parent__.year): 282 if not module_activated( 283 self.context.__parent__.__parent__.year, self.context): 282 284 return 283 285 self.orderId = self.context.p_id
Note: See TracChangeset for help on using the changeset viewer.