Changeset 16749 for main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
- Timestamp:
- 14 Jan 2022, 17:46:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r16668 r16749 212 212 ) 213 213 214 ent_text_book_2_fee = schema.Float( 215 title = _(u'Text Book Fee ENT211'), 216 default = 0.0, 217 required = True, 218 ) 219 214 220 gst_registration_1_fee = schema.Float( 215 221 title = _(u'Registration Fee GST101 GST102 GST111 GST112'), … … 226 232 ent_registration_1_fee = schema.Float( 227 233 title = _(u'Registration Fee ENT201'), 234 default = 0.0, 235 required = True, 236 ) 237 238 ent_registration_2_fee = schema.Float( 239 title = _(u'Registration Fee ENT211'), 228 240 default = 0.0, 229 241 required = True,
Note: See TracChangeset for help on using the changeset viewer.