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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 157-163 Link Here
157
                <li>
157
                <li>
158
                    <label for="paid">Writeoff amount: </label>
158
                    <label for="paid">Writeoff amount: </label>
159
                    <!-- default to writing off all -->
159
                    <!-- default to writing off all -->
160
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 | html %]" />
160
                    <input name="amountwrittenoff" id="amountwrittenoff" class="decimal-unformating" value="[% amountoutstanding | $Price on_editing => 1 | html %]" />
161
                </li>
161
                </li>
162
            </ol>
162
            </ol>
163
        </fieldset>
163
        </fieldset>
164
- 

Return to bug 12310