http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15376
--- Comment #4 from Jonathan Druart <[email protected]> --- Comment on attachment 45709 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45709 Bug 15376: Edit invoices: Can not change Shipping cost Review of attachment 45709: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15376&attachment=45709) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ +80,4 @@ > <input type="text" size="10" id="billingdate" > name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" > class="datepicker" /></li> > > <li><label for="shipmentcost">Shipping cost:</label> > + <input type="text" size="10" id="shipmentcost" > name="shipmentcost" value="[% shipmentcost | $Price %]" /></li> I have not tried the patch but Price should be called with the on_editing flag set when it's used for an input field. -- 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/
