Bugzilla – Attachment #85568: Bug 22391: Remove group by clause in ajax-getauthvaluedropbox.pl for
bug #22391
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 22391
Collapse All
|
Expand All
(-)
a/acqui/ajax-getauthvaluedropbox.pl (-2 lines)
Lines 75-81 my $avs = Koha::AuthorisedValues->search(
Link Here
75
category => $category,
75
category => $category,
76
},
76
},
77
{
77
{
78
group_by => 'lib',
79
order_by => [ 'category', 'lib', 'lib_opac' ],
78
order_by => [ 'category', 'lib', 'lib_opac' ],
80
}
79
}
81
);
80
);
82
-
Return to
bug 22391