Ignore:
Timestamp:
2 Dec 2024, 17:18:27 (3 weeks ago)
Author:
Henrik Bettermann
Message:

Set serviceTypeId.

File:
1 edited

Legend:

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

    r17970 r17971  
    8686    def serviceTypeId(self):
    8787        student = self.context.student
    88         if self.context.p_category == 'schoolfee':
     88        if self.context.p_category in ('schoolfee', 'schoolfee_1',
     89                                       'secondinstall'):
    8990            if student.current_mode.startswith('dp_'):
    9091                return '2067090482'
Note: See TracChangeset for help on using the changeset viewer.