From 3e9af632d97f412d44fe4a11e97edd990b0d3ad1 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 15 Aug 2017 22:21:37 +0530 Subject: [PATCH] Bug 19118 - Due to wrong variable name passed vendor name is not coming in browser title bar Test 1. Hit the page /cgi-bin/koha/acqui/supplier.pl?booksellerid=xx xx is a booksellerid 2. Apply the patch and reload the page. 3. You can see vendor name in browser title bar. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart (cherry picked from commit ea886885d0efa0200cfa166453a4495692afc4d4) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 86e51e5a48..085875f4f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -86,7 +86,7 @@ [% END %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Vendor [% bookselname %] +Koha › Vendor [% name %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] -- 2.39.5