Ignore:
Timestamp:
18 Sep 2023, 05:16:33 (12 months ago)
Author:
Henrik Bettermann
Message:

Disable balance table.

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

    r17574 r17584  
    304304        return sorted(sf_paid.items(), key=lambda value: value[0]), brought_fwd
    305305
    306     def update(self):
    307         super(CustomPaymentsManageFormPage, self).update()
    308         self.sfp_made = self._schoolfee_payments_made()
    309         return
     306    #def update(self):
     307    #    super(CustomPaymentsManageFormPage, self).update()
     308    #    self.sfp_made = self._schoolfee_payments_made()
     309    #    return
    310310
    311311    @property
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt

    r17572 r17584  
    4444  </div>
    4545  <br /><br />
    46   <p tal:condition="python: True">
     46  <p tal:condition="python: False">
    4747  <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.sfp_made[1]">BROUGHTFORWARD</span>
    4848  </p>
    4949  <br />
    50   <table class="table" style="width: 50%;" tal:condition="python: True">
     50  <table class="table" style="width: 50%;" tal:condition="python: False">
    5151    <thead>
    5252    <tr>
Note: See TracChangeset for help on using the changeset viewer.