Bugzilla – Attachment 63250 Details for
Bug 18553
Incorrect "Loading..." tag on moremember.tt when no clubs defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18553 - Incorrect Loading... tag on circulation.tt when no clubs defined
Bug-18553---Incorrect-Loading-tag-on-circulationtt.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2017-05-08 15:55:47 UTC
(
hide
)
Description:
Bug 18553 - Incorrect Loading... tag on circulation.tt when no clubs defined
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-05-08 15:55:47 UTC
Size:
1.04 KB
patch
obsolete
>From 6935fce4cf75d0e82a365b4d3edfc21266a43f3a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 May 2017 12:54:51 -0300 >Subject: [PATCH] Bug 18553 - Incorrect Loading... tag on circulation.tt when > no clubs defined > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index d47419643e..adfe9c02dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -953,7 +953,7 @@ No patron matched <span class="ex">[% message | html %]</span> > </div> > [% END %] > >-[% IF CAN_user_clubs && ( enrollable || enrollments ) %] >+[% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] > <div id="clubs-tab"> > Loading... > </div> >-- >2.11.0
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 18553
:
63215
|
63216
|
63249
| 63250