Bugzilla – Attachment 103154 Details for
Bug 15985
Include checkout library in fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15985: (QA Follow up) Fix issues found by koha-qa.pl
Bug-15985-QA-Follow-up-Fix-issues-found-by-koha-qa.patch (text/plain), 1.34 KB, created by
Kyle M Hall (khall)
on 2020-04-17 13:17:28 UTC
(
hide
)
Description:
Bug 15985: (QA Follow up) Fix issues found by koha-qa.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-04-17 13:17:28 UTC
Size:
1.34 KB
patch
obsolete
>From 671038a511dd9d2275062d651d2c9c4a27974082 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 11 Jun 2019 06:30:04 -0400 >Subject: [PATCH] Bug 15985: (QA Follow up) Fix issues found by koha-qa.pl > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Checkout.pm | 4 +++- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/Koha/Checkout.pm b/Koha/Checkout.pm >index 95446ff9c4..748867df86 100644 >--- a/Koha/Checkout.pm >+++ b/Koha/Checkout.pm >@@ -163,7 +163,9 @@ sub claim_returned { > }; > } > >-=head library >+=head3 library >+ >+my $library = $checkout->library; > > =cut > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 5fbf41e3d3..693c0ba0b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -86,7 +86,7 @@ > [% PROCESS account_type_description account=line %] > </td> > <td class="checked-out-from"> >- [% line.checkout.library.branchname %] >+ [% line.checkout.library.branchname | html %] > </td> > <td> > [%- IF line.description %][% line.description | html %][% END %] >-- >2.24.2 (Apple Git-127)
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 15985
:
58157
|
58163
|
71165
|
72611
|
72612
|
90317
|
90318
|
90364
|
90478
|
97177
|
97178
|
97179
|
97180
|
99821
|
99822
|
99823
|
99824
|
99825
|
103152
|
103153
| 103154 |
103155
|
103156
|
103157
|
104491
|
104492
|
105144
|
105398