Changeset 14606 for main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_payment_statistics.py
- Timestamp:
- 7 Mar 2017, 07:18:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_payment_statistics.py
r14546 r14606 354 354 self.context.__name__, 355 355 self.context.creation_dt_string) 356 357 class StudentStatsBreadcrumb(Breadcrumb):358 """A breadcrumb for reports.359 """360 grok.context(StudentPaymentStatisticsReportGenerator)361 title = _(u'Student Payment Statistics')362 target = None
Note: See TracChangeset for help on using the changeset viewer.