Changeset 17584 for main/kofacustom.iuokada/trunk/src
- Timestamp:
- 18 Sep 2023, 05:16:33 (15 months 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
r17574 r17584 304 304 return sorted(sf_paid.items(), key=lambda value: value[0]), brought_fwd 305 305 306 def update(self):307 super(CustomPaymentsManageFormPage, self).update()308 self.sfp_made = self._schoolfee_payments_made()309 return306 #def update(self): 307 # super(CustomPaymentsManageFormPage, self).update() 308 # self.sfp_made = self._schoolfee_payments_made() 309 # return 310 310 311 311 @property -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r17572 r17584 44 44 </div> 45 45 <br /><br /> 46 <p tal:condition="python: True">46 <p tal:condition="python: False"> 47 47 <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.sfp_made[1]">BROUGHTFORWARD</span> 48 48 </p> 49 49 <br /> 50 <table class="table" style="width: 50%;" tal:condition="python: True">50 <table class="table" style="width: 50%;" tal:condition="python: False"> 51 51 <thead> 52 52 <tr>
Note: See TracChangeset for help on using the changeset viewer.