@@ -, +, @@ uncertainprice.tt - Apply patch - Verify that code change makes sense - Verify that Home > Acquisitions > [vendor] > Uncertain prices for [vendor] works as before --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -38,7 +38,8 @@ var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the p [% INCLUDE 'acquisitions-toolbar.inc' %] [% IF ( validate ) %] - + [% BLOCK metacontent %]0; url=[% scriptname %]?booksellerid=[% booksellerid %][% END %] + [% ELSE %] [% IF ( booksellername ) %]

Orders with uncertain prices for vendor [% booksellername %]

--