Bug 19118 - Due to wrong variable name passed vendor name is not coming in browser...
authorAmit Gupta <amit.gupta@informaticsglobal.com>
Tue, 15 Aug 2017 16:51:37 +0000 (22:21 +0530)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Aug 2017 15:12:25 +0000 (12:12 -0300)
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 <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt

index 760e9d2..12e9e0d 100644 (file)
@@ -86,7 +86,7 @@
 [% END %]
 
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Vendor [% bookselname %]</title>
+<title>Koha &rsaquo; Vendor [% name %]</title>
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
 [% INCLUDE 'doc-head-close.inc' %]
 [% INCLUDE 'datatables.inc' %]