@@ -, +, @@ --- acqui/neworderempty.pl | 1 - koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 1 - .../prog/en/modules/acqui/neworderempty.tt | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) --- a/acqui/neworderempty.pl +++ a/acqui/neworderempty.pl @@ -390,7 +390,6 @@ $template->param( rrp => $data->{'rrp'}, gst_values => \@gst_values, gstrate => $data->{gstrate} ? $data->{gstrate}+0.0 : $bookseller->{gstrate} ? $bookseller->{gstrate}+0.0 : 0, - gstreg => $bookseller->{'gstreg'}, listprice => sprintf( "%.2f", $data->{listprice} || $data->{price} || $listprice), total => sprintf( "%.2f", ($data->{ecost} || 0) * ($data->{'quantity'} || 0) ), ecost => sprintf( "%.2f", $data->{ecost} || 0), --- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js @@ -178,7 +178,6 @@ function messenger(X,Y,etc){ // FIXME: unused? function updateCosts(){ var quantity = new Number($("#quantity").val()); var discount = new Number($("#discount").val()); - var applygst = new Number ($("#applygst").val()); var listprice = new Number($("#listprice").val()); var currcode = new String($("#currency").val()); var exchangerate = new Number($("#currency_rate_"+currcode).val()); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -242,7 +242,6 @@ $(document).ready(function() - --