[Koha-bugs] [Bug 15376] Edit invoices: Can not change Shipping cost.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 16 10:35:56 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15376

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list