Changeset 8525


Ignore:
Timestamp:
26 May 2012, 06:48:58 (12 years ago)
Author:
Henrik Bettermann
Message:

Add application_fee field to ApplicantsContainers? (not used in base package).

Location:
main/waeup.kofa/trunk/src/waeup/kofa/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py

    r8518 r8525  
    245245        )
    246246
     247    application_fee = schema.Float(
     248        title = _(u'Application Fee'),
     249        default = 0.0,
     250        required = False,
     251        )
     252
    247253    def archive(id=None):
    248254        """Create on-dist archive of applicants stored in this term.
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r8524 r8525  
    670670        self.app['configuration'].addSessionConfiguration(configuration)
    671671        self.browser.open(self.edit_path)
    672         self.fill_correct_values()
    673672        self.browser.getControl("Add online payment ticket").click()
    674673        self.assertMatches('...Payment ticket created...',
Note: See TracChangeset for help on using the changeset viewer.