@@ -, +, @@ created on ordering --- .../intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %] @@ -126,8 +127,13 @@ function check(form) { - + [% IF Koha.Preference('AcqCreateItem') == 'ordering' %] + [% uncertainpriceorder.quantity %] + + [% ELSE %] + + [% END %] [% END %] --