http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10531 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comment: 1/ This patch breaks sorts on the already received table. 2/ The sort on the basket name column does not work (on the Pending orders table). 3/ Prefer to list the fields you want for the aqbasket table: + SELECT aqorders.*, biblio.*, aqbasket.* + SELECT aqorders.*, biblio.*, aqbasket.purchase_order, aqbasket.basketname Marked as Failed QA. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.