Bugzilla – Attachment 88729 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.05 KB, created by
Martin Renvoize (ashimema)
on 2019-04-25 09:15:30 UTC
(
hide
)
Description:
Bug 11573: (follow-up) Correction to accountype search on opac-user.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-25 09:15:30 UTC
Size:
1.05 KB
patch
obsolete
>From 23f6887b406fa830d09cdf346b5bae2299562c30 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 24 Apr 2019 10:51:10 +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> >--- > 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.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 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