[Koha-patches] [PATCH] Bug 11777 - Created by name is not coming in order receiving page

Amit Gupta amitddng135 at gmail.com
Tue Feb 18 10:11:13 CET 2014


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



More information about the Koha-patches mailing list