Bug 28881: (bug 23376 follow-up) Fix suggestion display on order receive page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Aug 2021 10:34:58 +0000 (12:34 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Sep 2021 13:55:04 +0000 (09:55 -0400)
commit14a690078a90641abb377d2a2fbda8039f23f5c7
treedef4888a8c74680c3b1077b89b4b12d0cba3dfa3
parentc0d5b3dc0c8ace804c4d16a1e6914e9cfe059573
Bug 28881: (bug 23376 follow-up) Fix suggestion display on order receive page

On bug 23376 we replaced $order, from hashref Koha::Acq::Order, but 2
occurrences have not been corrected.

It causes a bug on the order receive page when the bib is linked with a
suggestion.

Test plan:
Create an order from bib A, create a suggestion for purchase on bib A
(OPAC)
Receive the order.
Without the patch: Notice the "Suggested by: (suggestion #)"
With the patch you see the info of the suggester

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
acqui/orderreceive.pl