Ignore:
Timestamp:
15 Mar 2023, 12:27:16 (18 months ago)
Author:
Henrik Bettermann
Message:

Rename skeleton koa.

File:
1 edited

Legend:

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

    r16718 r17357  
    4242    )
    4343
    44 from kofacustom.skeleton.students.interfaces import (
     44from kofacustom.koa.students.interfaces import (
    4545    ICustomStudentOnlinePayment, ICustomStudentStudyCourse,
    4646    ICustomStudentStudyLevel)
    47 from kofacustom.skeleton.interfaces import MessageFactory as _
     47from kofacustom.koa.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
     51    both students and students officers. koa does not allow students
    5252    to remove any payment ticket.
    5353    """
Note: See TracChangeset for help on using the changeset viewer.