From fe17d4c375a9cc4fff95e39783f57829308f3d57 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 18 Feb 2014 14:29:53 +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 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