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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Aug 2021 08:37:18 +0000 (10:37 +0200)
commit52df27ff6f221352c937f276bde2bbf7c64a21f8
tree76496ffda0aa68ae57503ac7859e2dbb4ce30a7e
parente25ecc8a04aac27d938b7e8714c9a4fbff5a33ac
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>
acqui/orderreceive.pl