https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570
--- Comment #13 from Jonathan Druart <[email protected]> --- Comment on attachment 130126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130126 Bug 29570: Fix sorting orders by biblioitems columns Review of attachment 130126: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=29570&attachment=130126) ----------------------------------------------------------------- ::: Koha/REST/V1/Acquisitions/Orders.pm @@ +76,5 @@ > } > > + if ( exists $reserved_params->{_order_by} ) { > + # _order_by passed, fix if required > + for ( my $i = 0; $i < scalar @{$reserved_params->{_order_by}}; > $i++ ) { You could write it in perl instead of javascript ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
