Ignore:
Timestamp:
17 Jan 2025, 03:58:56 (39 hours ago)
Author:
Henrik Bettermann
Message:

Initialize schoolcash demo portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/students/browser.py

    r16718 r17991  
    4242    )
    4343
    44 from kofacustom.skeleton.students.interfaces import (
     44from kofacustom.schoolcash.students.interfaces import (
    4545    ICustomStudentOnlinePayment, ICustomStudentStudyCourse,
    4646    ICustomStudentStudyLevel)
    47 from kofacustom.skeleton.interfaces import MessageFactory as _
     47from kofacustom.schoolcash.interfaces import MessageFactory as _
    4848
    4949class CustomPaymentsManageFormPage(PaymentsManageFormPage):
    5050    """ Page to manage the student payments. This manage form page is for
    51     both students and students officers. SKELETON does not allow students
    52     to remove any payment ticket.
     51    both students and students officers.
    5352    """
    5453    @property
Note: See TracChangeset for help on using the changeset viewer.