Browse Source

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 <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17.11.x
Amit Gupta 7 years ago
committed by Jonathan Druart
parent
commit
ea886885d0
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt

@ -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' %]

Loading…
Cancel
Save