http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13352
--- Comment #5 from Katrin Fischer <[email protected]> --- Comment on attachment 35703 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35703 [SIGNED OFF] Bug 13352: On editing, prices should not be formatted Review of attachment 35703: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13352&attachment=35703) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ +462,5 @@ > </li> > > <li> > <label for="budget_encumb">Warning at (%): </label> > + <input type="text" name="budget_encumb" id="budget_encumb" value="[% > budget_encumb | $Price on_editing => 1 %]" size="10" /> I think it's not needed here - this is a percentage, not a price. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
