Changeset 16510 for main/kofacustom.iuokada/trunk
- Timestamp:
- 17 Jun 2021, 15:20:10 (3 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r16507 r16510 272 272 if ticket.p_category in SF_PAYMENTS and \ 273 273 ticket.p_state == 'paid' and \ 274 ticket.p_session in (cs ,1, cs, cs+1):274 ticket.p_session in (cs-1, cs, cs+1): 275 275 sf_paid[ticket.p_session] += ticket.amount_auth 276 276 return sf_paid -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r16507 r16510 49 49 <tr> 50 50 <th i18n:translate="">Session</th> 51 <th i18n:translate="">Sum Total School Fees</th>51 <th i18n:translate="">Sum of Total School Fees Paid</th> 52 52 </tr> 53 53 </thead>
Note: See TracChangeset for help on using the changeset viewer.