Bugzilla – Attachment 73332 Details for
Bug 20480
Fix styling issues on bad SCI/SCO module logins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20480: send KOHA_VERSION even if only one language is enabled
Bug-20480-send-KOHAVERSION-even-if-only-one-langua.patch (text/plain), 948 bytes, created by
Kyle M Hall (khall)
on 2018-03-27 16:31:06 UTC
(
hide
)
Description:
Bug 20480: send KOHA_VERSION even if only one language is enabled
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-27 16:31:06 UTC
Size:
948 bytes
patch
obsolete
>From 5de98d83111cebe75a4b7706d8f3907bcb9d07e9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 27 Mar 2018 13:27:27 -0300 >Subject: [PATCH] Bug 20480: send KOHA_VERSION even if only one language is > enabled > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Templates.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index f8275f7a84..d1b7a57543 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -241,8 +241,10 @@ sub gettemplate { > $template->param( > languages_loop => $languages_loop, > one_language_enabled => $one_language_enabled, >- KOHA_VERSION => C4::Context->preference('Version') > ) unless $one_language_enabled; >+ $template->param( >+ KOHA_VERSION => C4::Context->preference('Version') >+ ); > > return $template; > } >-- >2.14.3 (Apple Git-98)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20480
:
73319
|
73330
|
73332
|
73333
|
73334