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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 142-148 Link Here
142
                <li>
142
                <li>
143
                    <label for="paid">Writeoff amount: </label>
143
                    <label for="paid">Writeoff amount: </label>
144
                    <!-- default to writing off all -->
144
                    <!-- default to writing off all -->
145
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price %]" />
145
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" />
146
                </li>
146
                </li>
147
            </ol>
147
            </ol>
148
        </fieldset>
148
        </fieldset>
149
- 

Return to bug 20120