Changeset 18039
- Timestamp:
- 12 Mar 2025, 15:03:38 (5 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r18032 r18039 164 164 if self.context.p_item == 'Balance': 165 165 provider_amt = 0.0 166 student_union = 0.0 166 167 167 168 inst_amt = self.context.amount_auth - provider_amt - student_union … … 215 216 if self.context.p_item == 'Balance': 216 217 provider_amt = 0.0 218 lab_amt = 0.0 217 219 lineitems = ( 218 220 {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
Note: See TracChangeset for help on using the changeset viewer.