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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 210-216 Link Here
210
210
211
            <ol>
211
            <ol>
212
                <li>
212
                <li>
213
                    <label for="paid">Writeoff amount: </label>
213
                    <label for="amountwrittenoff">Wiriteoff amount: </label>
214
                    <!-- default to writing off all -->
214
                    <!-- default to writing off all -->
215
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" />
215
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" />
216
                </li>
216
                </li>
217
- 

Return to bug 20527