After a transfer of order in a new basket, the ordernumber is changing. Sometimes, we keep a track the old ordernumber so it can be usefull to be able to retrieve the order by the old ordernumber. This patch add the possibility, when receiving shipment, to enter the old ordernumber and to retrieve the order. Test plan : - choose an order and notes its ordernumber - transfer it to a new a basket and notes the new ordernumber _ in receipt page, in the filter box, enter the older ordernumber or the new ordernumber: you can find the order
Created attachment 24092 [details] [review] Bug 11507 - add the possibility to filter order by parent_ordernumber in receipt After a transfer of order in a new basket, the ordernumber is changing. Sometimes, we keep a track the old ordernumber so it can be usefull to be able to retrieve the order b Test plan : - choose an order and notes its ordernumber - transfer it to a new a basket and notes the new ordernumber _ in receipt page, in the filter box, enter the older ordernumber or the new ordernumber: you can find the order
Hello, I am something like that in my patches queue. The way you do that will work but will certainly introduce side effect. For ex. in acqui/orderreceive.pl: $results = SearchOrders({ ordernumber => $ordernumber }) if $ordernumber; The search on the parent ordernumber has to be done explicitly. Marked as Failed QA.
You can have a look at the Matthias's work in the BibLibre repository: http://git.biblibre.com/?p=kohac;a=shortlog;h=refs/heads/paris-sud/ft/MT13320 See the 3 patches on top (Marked MT13320). It is not validated in our side for the moment, so I don't submit a patch.
Have a look at bug 11549 and bug 11552, they should fix your issue. *** This bug has been marked as a duplicate of bug 11552 ***