Changeset 17147


Ignore:
Timestamp:
28 Oct 2022, 17:54:12 (23 months ago)
Author:
Henrik Bettermann
Message:

Set provider amount for cdl schoolfee and application payments.

File:
1 edited

Legend:

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

    r17140 r17147  
    146146            not self.context.p_item == 'Balance':
    147147            provider_amt = self.dynamic_provider_amt(self.context.student)
     148            if self.context.student.current_mode == 'cdl':
     149                provider_amt = 7500.0
    148150            if self.context.student.current_mode == 'ug_ft':
    149151                student_union = 1000.0
     
    325327        if applicant.__parent__.prefix == 'pude':
    326328            provider_amt = 500.0
     329        if applicant.__parent__.prefix == 'cdl':
     330            provider_amt = 3500.0
    327331        if applicant.__parent__.prefix == 'cbt':
    328332            provider_amt = 300.0
Note: See TracChangeset for help on using the changeset viewer.