From 6d52e0e4a3a5bf4a39c37dafb3273de89cfddd25 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 Content-Type: text/plain; charset=utf-8 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 Followed test plan and patch worked as intended Signed-off-by: Alex Buckley Signed-off-by: Marcel de Rooy --- 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