Ignore:
Timestamp:
10 Jan 2016, 22:18:06 (9 years ago)
Author:
Henrik Bettermann
Message:

Implement first draft of bursary clearance slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/interfaces.py

    r13085 r13583  
    1818
    1919from zope import schema
     20from zope.interface import Attribute
    2021from waeup.kofa.interfaces import validate_email
    2122from kofacustom.nigeria.students.interfaces import (
     
    8182    """
    8283
     84    formatted_p_date = Attribute("Formatted pyment date")
     85
    8386    p_current = schema.Bool(
    8487        title = _(u'Current Session Payment'),
Note: See TracChangeset for help on using the changeset viewer.