From 0b4d2fa6af1effaaad4cd316b65333e443a7404a Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 18 Feb 2014 14:57:44 +0530 Subject: [PATCH] Bug 11777 - Created by name is not coming in order receiving page 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 created by name Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- C4/Acquisition.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 65b8623..b848c73 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, -- 1.7.10.4