Changeset 18039


Ignore:
Timestamp:
12 Mar 2025, 15:03:38 (5 hours ago)
Author:
Henrik Bettermann
Message:

Balance payments must not be splitted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r18032 r18039  
    164164        if self.context.p_item == 'Balance':
    165165            provider_amt = 0.0
     166            student_union = 0.0
    166167
    167168        inst_amt = self.context.amount_auth - provider_amt - student_union
     
    215216            if self.context.p_item == 'Balance':
    216217                provider_amt = 0.0
     218                lab_amt = 0.0
    217219            lineitems = (
    218220                          {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
Note: See TracChangeset for help on using the changeset viewer.