https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29570
--- Comment #16 from Tomás Cohen Arazi <[email protected]> --- (In reply to Jonathan Druart from comment #13) > Comment on attachment 130126 [details] [review] > Bug 29570: Fix sorting orders by biblioitems columns > > Review of attachment 130126 [details] [review]: > ----------------------------------------------------------------- > > ::: 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 ;) This is more C-ish -- 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/
