Bugzilla – Attachment 65528 Details for
Bug 12691
Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12691: [FOLLOW-UP] Follow-up patch
Bug-12691-FOLLOW-UP-Follow-up-patch.patch (text/plain), 1.50 KB, created by
Aleisha Amohia
on 2017-08-07 00:30:28 UTC
(
hide
)
Description:
Bug 12691: [FOLLOW-UP] Follow-up patch
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-08-07 00:30:28 UTC
Size:
1.50 KB
patch
obsolete
>From 9912f4b7bf9c68d08a6069c84a7b075a404e2582 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Fri, 2 Jun 2017 03:37:21 +0000 >Subject: [PATCH] Bug 12691: [FOLLOW-UP] Follow-up patch > >This patch fixes merge conflicts and fixes the problems in Comment 7 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index f7fae7b..b29efaf 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -202,9 +202,11 @@ > </div> > </div> <!-- / #newcheckout --> > </div> <!-- / .span12/12 --> >- [% IF ( display_patron_image ) %] >+ [% IF ( Koha.Preference('ShowPatronImageInWebBasedSelfCheck') %] > <div class="span2"> >- <img src="/cgi-bin/koha/sco/sco-patron-image.pl?borrowernumber=[% borrowernumber %]&csrf_token=[% csrf_token %]" alt="" /> >+ [% IF ( display_patron_image ) %] >+ <img src="/cgi-bin/koha/sco/sco-patron-image.pl?borrowernumber=[% borrowernumber %]&csrf_token=[% csrf_token %]" alt="" /> >+ [% END %] > </div> > [% END %] > </div> <!-- / .row-fluid --> >-- >2.1.4
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 12691
:
59593
|
59961
|
62993
|
63903
|
65527
|
65528
|
65529
|
66252
|
66263
|
66264
|
66265
|
66756
|
66757
|
66758
|
66906
|
66926
|
66953