Ignore:
Timestamp:
27 May 2015, 15:26:26 (9 years ago)
Author:
Henrik Bettermann
Message:

Add Payment class attribute created_online to mark payment tickets
which are added online and not by import. This attribute is needed in
custom packages when sending data to payment gateways.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r12910 r13005  
    17411741            self.flash(error, type="danger")
    17421742            return
     1743        payment.created_online = True
    17431744        self.context[payment.p_id] = payment
    17441745        self.flash(_('Payment ticket created.'))
     
    17801781            self.flash(error, type="danger")
    17811782            return
     1783        payment.created_online = True
    17821784        self.context[payment.p_id] = payment
    17831785        self.flash(_('Payment ticket created.'))
Note: See TracChangeset for help on using the changeset viewer.