Changeset 7424 for main


Ignore:
Timestamp:
21 Dec 2011, 11:38:39 (13 years ago)
Author:
Henrik Bettermann
Message:

Minor changes.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py

    r7421 r7424  
    585585        self.assertTrue('Required input is missing' in self.browser.contents)
    586586        self.fill_correct_values()
    587         # We have to savethe form otherwise the filled fields will be cleared
     587        # We have to save the form otherwise the filled fields will be cleared
    588588        # after adding an online payment, because adding an online payment
    589589        # requires a filled form but does not save it
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r7414 r7424  
    11961196    form_fields = grok.AutoFields(IStudentOnlinePayment).select(
    11971197        'p_category')
    1198     #zzgrok.template('addpaymentpage')
    11991198    label = 'Add online payment'
    12001199    title = 'Payments'
Note: See TracChangeset for help on using the changeset viewer.