Changeset 7881 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 14 Mar 2012, 15:40:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r7875 r7881 570 570 571 571 surcharge_1 = schema.Int( 572 title = _(u' Portal Fee'),572 title = _(u'Surcharge Portal Provider'), 573 573 default = 0, 574 required = False, 574 575 ) 575 576 576 577 surcharge_2 = schema.Int( 577 title = _(u'Surcharge 2'),578 title = _(u'Surcharge Payment Gateway Provider'), 578 579 default = 0, 580 required = False, 579 581 ) 580 582 … … 582 584 title = _(u'Surcharge 3'), 583 585 default = 0, 586 required = False, 584 587 ) 585 588 … … 587 590 title = _(u'Clearance Fee'), 588 591 default = 0, 592 required = False, 589 593 ) 590 594 … … 592 596 title = _(u'Booking Fee'), 593 597 default = 0, 598 required = False, 594 599 ) 595 600 … … 597 602 title = _(u'Acceptance Fee'), 598 603 default = 0, 604 required = False, 599 605 ) 600 606
Note: See TracChangeset for help on using the changeset viewer.