Bugzilla – Attachment 85568 Details for
Bug 22391
Incorrect GROUP BY in /acqui/ajax-getauthvaluedropbox.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22391: Remove group by clause in ajax-getauthvaluedropbox.pl
Bug-22391-Remove-group-by-clause-in-ajax-getauthva.patch (text/plain), 957 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-02-22 16:55:30 UTC
(
hide
)
Description:
Bug 22391: Remove group by clause in ajax-getauthvaluedropbox.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-02-22 16:55:30 UTC
Size:
957 bytes
patch
obsolete
>From fa0c1737b9918c2cad85bfc1da136b4901c07f20 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 21 Feb 2019 16:48:22 +0000 >Subject: [PATCH] Bug 22391: Remove group by clause in > ajax-getauthvaluedropbox.pl > >To test: >1 - Enable strict sql modes >2 - Tail the error log >3 - Add an item to a basket - note that when fund selected you get an error >4 - Apply patch >5 - Repeat, no error > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > acqui/ajax-getauthvaluedropbox.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/acqui/ajax-getauthvaluedropbox.pl b/acqui/ajax-getauthvaluedropbox.pl >index f5852d4bd7..d82d4a59c1 100755 >--- a/acqui/ajax-getauthvaluedropbox.pl >+++ b/acqui/ajax-getauthvaluedropbox.pl >@@ -75,7 +75,6 @@ my $avs = Koha::AuthorisedValues->search( > category => $category, > }, > { >- group_by => 'lib', > order_by => [ 'category', 'lib', 'lib_opac' ], > } > ); >-- >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 22391
:
85465
| 85568