Bugzilla – Attachment 137602 Details for
Bug 31129
Number of restrictions is always "0" on the "Check out" tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31129: Fix debarment count on circulation page
Bug-31129-Fix-debarment-count-on-circulation-page.patch (text/plain), 1.36 KB, created by
Martin Renvoize (ashimema)
on 2022-07-12 06:59:56 UTC
(
hide
)
Description:
Bug 31129: Fix debarment count on circulation page
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-07-12 06:59:56 UTC
Size:
1.36 KB
patch
obsolete
>From aea080ad6d7e6332083f733e65b2eb1b978e5bb2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 4 Jul 2022 13:14:45 +0100 >Subject: [PATCH] Bug 31129: Fix debarment count on circulation page > >This patch was split from bug 23681 where QA identified the issue. > >This patch fixes the debarment count displayed on the circulation page >tabs > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > 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 f433448406..e45b9829e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -869,7 +869,7 @@ > [% END %] > > <li> >- <a id="debarments-tab-link" href="#reldebarments">Restrictions ([% debarments.count || 0 | html %])</a> >+ <a id="debarments-tab-link" href="#reldebarments">Restrictions ([% debarments.size || 0 | html %])</a> > </li> > > [% SET enrollments = patron.get_club_enrollments %] >-- >2.20.1
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 31129
: 137602