From e7bd41df4f261f4d011170b0ff5a4e46bbc29e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Mon, 22 May 2017 21:09:06 +0200 Subject: [PATCH] Bug 18652: Get rid of tt directive in translation for uncertainprice.tt Translation tool shows toe following for ncertainprice.tt 0; url=[% scriptname %]?booksellerid=[% booksellerid %] This patch fixes it. To test: - 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(-) 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 b5491cf..8ec9be2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ b/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 %]

-- 2.1.4