http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12827 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31171 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31171&action=edit Bug 12827: NewOrder should not return basketno Since the basketno parameter is needed to insert an order, it is useless to return it. This patch changes the prototype for the C4::Acquisition::NewOrder subroutine. The return value is now a scalar containing the ordernumber created. Test plan: Verify there is no regression on an acquisition workflow: 1/ Create an order with several items 2/ Modify the order 3/ Receive some items 4/ Cancel the receipt 4/ Receive some items 5/ Receive all remaining items 6/ Cancel the receipt -- You are receiving this mail because: You are watching all bug changes.