Bugzilla – Attachment 142875 Details for
Bug 31713
Allow easy printing of patron's fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31713: (follow-up) Display print option for any outstanding
Bug-31713-follow-up-Display-print-option-for-any-o.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2022-11-01 14:25:42 UTC
(
hide
)
Description:
Bug 31713: (follow-up) Display print option for any outstanding
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-01 14:25:42 UTC
Size:
1.49 KB
patch
obsolete
>From ce620e262872c162af2ad184c3a4af0bfedd510e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 1 Nov 2022 14:23:17 +0000 >Subject: [PATCH] Bug 31713: (follow-up) Display print option for any > outstanding > >Prior to this patch we only allowed printing if the balance was owed to >the library.. This patch exposes the option when the patron is owed too. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index dce463ab9b..27c7448665 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -24,7 +24,7 @@ > <li><a id="printsummary" href="#">Print summary</a></li> > <li><a id="printslip" href="#">Print slip</a></li> > <li><a id="printquickslip" href="#">Print quick slip</a></li> >- [% IF patron.account_balance > 0 %] >+ [% IF patron.account_balanc != 0 %] > <li><a id="printfineslip" target="_blank" href="/cgi-bin/koha/members/printnotice.pl?notice=ACCOUNTS_SUMMARY&borrowernumber=[% patron.borrowernumber | uri %]">Print account balance</a></li> > [% END %] > [% IF patron.has_overdues %] >-- >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 31713
:
141517
|
141572
|
141573
|
141574
|
141575
|
142340
|
142341
|
142342
|
142360
|
142760
|
142871
|
142872
|
142873
|
142874
|
142875
|
142876
|
142926
|
142927
|
142928
|
142929
|
142930
|
142931