Ignore:
Timestamp:
12 Mar 2015, 08:37:03 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12741 r12748  
    14861486
    14871487
    1488 class SelectPaymentMethodPage(IkobaEditFormPage):
     1488class ContractSelectPaymentMethodPage(IkobaEditFormPage):
    14891489    """ Page to to select payment method
    14901490    """
     
    15121512            return
    15131513        self.gw = gw
    1514         super(SelectPaymentMethodPage, self).update()
     1514        super(ContractSelectPaymentMethodPage, self).update()
    15151515        return
    15161516
Note: See TracChangeset for help on using the changeset viewer.