[Koha-bugs] [Bug 11210] Allow partial writeoff

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 27 19:46:21 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 68754
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68754
Bug 11210 - Writeoff partial amounts

Review of attachment 68754:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11210&attachment=68754)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt
@@ +191,5 @@
> +            <ol>
> +                <li>
> +                    <label for="paid">Writeoff amount: </label>
> +                    <!-- default to writing off all -->
> +                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | format('%.2f') %]" />

No, price values must not be formatted when displayed in inputs.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list