Changeset 15177 for main


Ignore:
Timestamp:
26 Sep 2018, 06:51:49 (6 years ago)
Author:
Henrik Bettermann
Message:

Add missing imports.

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/locales/en/LC_MESSAGES/waeup.kofa.po

    r15176 r15177  
    4343msgid "2nd integer used for constructing the next matriculation number"
    4444msgstr ""
    45 "Integer used for constructing the next matriculation number of HND-FT students"
     45"Integer used for constructing the next matriculation number of HND-FT "
     46"students"
    4647
    4748msgid "Next Matriculation Number Integer 3"
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/browser.py

    r15176 r15177  
    3333from waeup.kofa.students.interfaces import (
    3434    IStudentsUtils, ICourseTicket, IStudent)
    35 from waeup.kofa.students.workflow import FORBIDDEN_POSTGRAD_TRANS
     35from waeup.kofa.students.workflow import FORBIDDEN_POSTGRAD_TRANS, PAID
    3636from kofacustom.nigeria.students.browser import (
    3737    NigeriaOnlinePaymentDisplayFormPage,
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/viewlets.py

    r15176 r15177  
    1818
    1919import grok
     20from zope.component import getUtility
    2021from waeup.kofa.interfaces import REQUESTED
    2122from waeup.kofa.browser.viewlets import ManageActionButton
     
    2526    ExportPDFClearanceSlip, StudyCourseDisplayFormPage,
    2627    StudyLevelDisplayFormPage, StudentBaseDisplayFormPage)
    27 from waeup.kofa.students.interfaces import IStudent
     28from waeup.kofa.students.interfaces import IStudent, IStudentsUtils
     29from waeup.kofa.students.workflow import PAID
    2830
    2931from kofacustom.edopoly.students.interfaces import (
Note: See TracChangeset for help on using the changeset viewer.