Changeset 13316 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 14 Oct 2015, 09:34:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r13314 r13316 706 706 """ 707 707 bed = Attribute('The bed object') 708 booking_date = Attribute('Date of booking the bed')709 708 maint_payment_made = Attribute('True if maintenance payment is made') 710 709 … … 731 730 source = academic_sessions_vocab, 732 731 required = True, 733 readonly = True,732 readonly = False 734 733 ) 735 734 … … 737 736 title = _(u'Booking Date'), 738 737 required = False, 739 readonly = True,738 readonly = False, 740 739 ) 741 740 … … 743 742 title = _(u'Booking Activation Code'), 744 743 required = False, 745 readonly = True,744 readonly = False, 746 745 ) 747 746
Note: See TracChangeset for help on using the changeset viewer.