Ignore:
Timestamp:
15 Jan 2016, 15:34:03 (9 years ago)
Author:
Henrik Bettermann
Message:

Add DegreeSource? and degree field to Certificate. Plugins must be updated!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/certificate.py

    r12620 r13617  
    5959                 school_fee_1=None, school_fee_2=None,
    6060                 school_fee_3=None, school_fee_4=None,
    61                  ratio=None,
     61                 ratio=None, degree=None,
    6262                 custom_textline_1=None, custom_textline_2=None,
    6363                 custom_float_1=None, custom_float_2=None):
     
    7474        self.school_fee_4 = school_fee_4
    7575        self.ratio = ratio
     76        self.degree = degree
    7677        self.custom_textline_1 = custom_textline_1
    7778        self.custom_textline_2 = custom_textline_2
Note: See TracChangeset for help on using the changeset viewer.