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 139-145 Link Here
139
                <li>
139
                <li>
140
                    <label for="paid">Writeoff amount: </label>
140
                    <label for="paid">Writeoff amount: </label>
141
                    <!-- default to writing off all -->
141
                    <!-- default to writing off all -->
142
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding %]" />
142
                    <input name="amountwrittenoff" id="amountwrittenoff" class="decimal-unformating" value="[% amountoutstanding %]" />
143
                </li>
143
                </li>
144
            </ol>
144
            </ol>
145
        </fieldset>
145
        </fieldset>
146
- 

Return to bug 12310