Changeset 16668 for main/waeup.aaue
- Timestamp:
- 6 Oct 2021, 15:45:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r16181 r16668 267 267 # ) 268 268 269 ict_fee = schema.Float(270 title = _(u'ICTFee'),271 default = 0.0,272 required = True,273 )269 #ict_fee = schema.Float( 270 # title = _(u'ICT/Affidavit Fee'), 271 # default = 0.0, 272 # required = True, 273 # ) 274 274 275 275 affidavit_fee = schema.Float(
Note: See TracChangeset for help on using the changeset viewer.