Ignore:
Timestamp:
21 Sep 2021, 07:44:14 (3 years ago)
Author:
Henrik Bettermann
Message:

Next try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt

    r16631 r16632  
    4444  </div>
    4545  <br /><br />
    46 
     46  <p>
     47  <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.schoolfee_payments_made[2]">BROUGHTFORWARD</span>
     48  </p>
     49  <br />
    4750  <table class="table" style="width: 50%;">
    4851    <thead>
     
    5962        <td tal:content ="python: view.schoolfee_payments_made[1]">TOTAL</td>
    6063        <td tal:content ="python: sfpm[1]">AMOUNT</td>
    61         <td tal:content ="python: view.schoolfee_payments_made[1]-sfpm[1]">DUE</td>
     64        <td tal:content ="python: view.schoolfee_payments_made[1]+view.schoolfee_payments_made[2]-sfpm[1]">DUE</td>
    6265       
    6366      </tr>
    6467    </tbody>
    6568  </table>
    66   <p>
    67   <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.schoolfee_payments_made[2]">BROUGHTFORWARD</span>
    68   </p>
    69 
    7069</form>
Note: See TracChangeset for help on using the changeset viewer.