[Koha-bugs] [Bug 10531] Basket name and PO number on receipt screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 27 11:39:43 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10531

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #3 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list