Bugzilla – Attachment 91804 Details for
Bug 11573
Fine descriptions related to Rentals are untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11573: (follow-up) Correction to accountype search on opac-user.pl
Bug-11573-follow-up-Correction-to-accountype-searc.patch (text/plain), 1.16 KB, created by
Nick Clemens (kidclamp)
on 2019-07-26 12:33:55 UTC
(
hide
)
Description:
Bug 11573: (follow-up) Correction to accountype search on opac-user.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-26 12:33:55 UTC
Size:
1.16 KB
patch
obsolete
>From 92f6105f80845f43dcb28adf35b3436c4f18d961 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 4 Jun 2019 11:37:13 +0100 >Subject: [PATCH] Bug 11573: (follow-up) Correction to accountype search on > opac-user.pl > >With the update of accountype from 'Rent' to four distinct accountypes >we need to update the search here to catch all four types of charge. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-user.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index 49a8800e11..d7b1355a9d 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -195,7 +195,7 @@ if ( $pending_checkouts->count ) { # Useless test > { > borrowernumber => $patron->borrowernumber, > amountoutstanding => { '>' => 0 }, >- accounttype => 'Rent', >+ accounttype => { 'LIKE' => 'RENT_%' }, > itemnumber => $issue->{itemnumber} > } > ); >-- >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 11573
:
24473
|
24485
|
24486
|
25715
|
27822
|
27823
|
27824
|
47236
|
47237
|
47238
|
47239
|
47240
|
47241
|
47242
|
47288
|
47289
|
47290
|
47291
|
88549
|
88600
|
88601
|
88602
|
88603
|
88604
|
88605
|
88606
|
88726
|
88727
|
88728
|
88729
|
90231
|
90232
|
90233
|
90234
|
90246
|
90256
|
90313
|
90314
|
90315
|
90316
|
91529
|
91530
|
91531
|
91532
|
91800
|
91801
|
91802
|
91803
| 91804 |
91805
|
91806