Bug 10021: Remove notify headers from pay*.tt
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Dec 2017 16:32:09 +0000 (13:32 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Dec 2017 16:33:19 +0000 (13:33 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt

index 4dc541e..9bf8a01 100644 (file)
@@ -119,13 +119,11 @@ function moneyFormat(textObj) {
     <thead><tr>
             <th>Description</th>
             <th>Account type</th>
-            <th>Notify id</th>
-            <th>Level</th>
             <th>Amount</th>
             <th>Amount outstanding</th>
         </tr></thead>
     <tfoot>
-        <td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
+        <td colspan="3">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
     </tfoot>
     <tbody><tr>
             <td>
@@ -169,12 +167,10 @@ function moneyFormat(textObj) {
     <thead><tr>
             <th>Description</th>
             <th>Account type</th>
-            <th>Notify id</th>
-            <th>Level</th>
             <th>Amount</th>
             <th>Amount outstanding</th>
         </tr></thead>
-    <tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
+    <tfoot><td colspan="3">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
     <tbody><tr>
             <td>[% description %] [% title %]</td>
             <td>[% accounttype %]</td>