http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10531
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |m --- Comment #3 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
