From ed6e2b57a1d47f413aa4f5f691e82b849daa8468 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 18 Feb 2014 14:57:44 +0530 Subject: [PATCH] Bug 11777: ensure "created by" is displayed by the order receiving page This fixes a regression introduced by the patches for bug 10723. To Test: 1) Create budget and fund under budget administration. 2) Create Vendor in acquisitons module. 3) Create basket under vendor. 4) Create order and choose budget while creating order. 5) Click on Receive shipment button. 6) Click on receive link on the right hand side you will be able to see a staff user name in the "created by" field. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- C4/Acquisition.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 65b8623943..b848c73fc8 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1663,6 +1663,7 @@ sub SearchOrders { biblio.*, biblioitems.isbn, biblioitems.biblioitemnumber, + aqbasket.authorisedby, aqbasket.closedate, aqbasket.creationdate, aqbasket.basketname, -- 2.39.5