From cca4ca48148cd85ad48f8d13ce7fec239593c8a8 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 --- C4/Acquisition.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 56c2d7f..a1b693e 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1675,6 +1675,7 @@ sub SearchOrders { biblio.*, biblioitems.isbn, biblioitems.biblioitemnumber, + aqbasket.authorisedby, aqbasket.closedate, aqbasket.creationdate, aqbasket.basketname, -- 1.7.9.5