View | Details | Raw Unified | Return to bug 26734
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_26734.perl (+11 lines)
Lines 136-141 if ( CheckVersion($DBversion) ) { Link Here
136
    <td class="debit">[% debit.amountoutstanding | $Price %]</td>
136
    <td class="debit">[% debit.amountoutstanding | $Price %]</td>
137
  </tr>
137
  </tr>
138
138
139
  [% IF ( tendered ) %]
140
    <tr>
141
      <td colspan="3">Amount tendered: </td>
142
      <td>[% tendered | $Price %]</td>
143
    </tr>
144
    <tr>
145
      <td colspan="3">Change given: </td>
146
      <td>[% change | $Price %]</td>
147
    </tr>
148
  [% END %]
149
139
  <tfoot>
150
  <tfoot>
140
    <tr>
151
    <tr>
141
      <td colspan="4">Total outstanding dues as on date: </td>
152
      <td colspan="4">Total outstanding dues as on date: </td>
(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +11 lines)
Lines 95-100 tables: Link Here
95
            - "    <td class=\"credit\">[% credit.amount | $Price %]</td>"
95
            - "    <td class=\"credit\">[% credit.amount | $Price %]</td>"
96
            - " </tr>"
96
            - " </tr>"
97
            - ""
97
            - ""
98
            - "[% IF ( tendered ) %]"
99
            - "  <tr>"
100
            - "    <td colspan=\"3\">Amount tendered: </td>"
101
            - "    <td>[% tendered | $Price %]</td>"
102
            - "  </tr>"
103
            - "  <tr>"
104
            - "    <td colspan=\"3\">Change given: </td>"
105
            - "    <td>[% change | $Price %]</td>"
106
            - "  </tr>"
107
            - "[% END %]"
108
            - ""
98
            - "<tfoot>"
109
            - "<tfoot>"
99
            - "  <tr>"
110
            - "  <tr>"
100
            - "    <td colspan=\"3\">Total outstanding dues as on date: </td>"
111
            - "    <td colspan=\"3\">Total outstanding dues as on date: </td>"
101
- 

Return to bug 26734