diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt index 1853805fe0..b5491cff25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -13,18 +13,16 @@ ], "sPaginationType": "four_button" } ) ); + $(".check_uncertain").on("change",function(){ + var form = document.getElementById("uncertainprices"); + var ordernumber = $(this).data("ordernumber"); + uncheckbox( form, ordernumber ); + }); }); var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the price and try again!"); //]]> - [% INCLUDE 'header.inc' %] @@ -75,10 +73,10 @@ function check(form) { [% END %]

Orders with uncertain prices

-
+ - Orders from: - [% IF ( owner ) %] @@ -89,7 +87,7 @@ function check(form) {
-
+ @@ -122,24 +120,21 @@ function check(form) { [% END %]
- + - [% IF Koha.Preference('AcqCreateItem') == 'ordering' %] [% uncertainpriceorder.quantity %] [% ELSE %] - + [% END %]
-
+
[% END %]