https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24208 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 96173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96173 Bug 24208: Remove change calculation for writeoffs Review of attachment 96173: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24208&attachment=96173) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ +230,5 @@
<span class="debit">[% total | format('%.2f') %]</span> </li> <li> + [% IF type == 'WRITEOFF' %] + <label for="paid">Writeoff amount:</label>
You probably still need the trailing space here. -- You are receiving this mail because: You are watching all bug changes.