- Timestamp:
- 21 Sep 2021, 07:44:14 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r16631 r16632 44 44 </div> 45 45 <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 /> 47 50 <table class="table" style="width: 50%;"> 48 51 <thead> … … 59 62 <td tal:content ="python: view.schoolfee_payments_made[1]">TOTAL</td> 60 63 <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> 62 65 63 66 </tr> 64 67 </tbody> 65 68 </table> 66 <p>67 <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.schoolfee_payments_made[2]">BROUGHTFORWARD</span>68 </p>69 70 69 </form>
Note: See TracChangeset for help on using the changeset viewer.