From 666023d88f30387ca357c788cc266be0a6a965ac Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 5 Aug 2008 18:53:30 +0200 Subject: [PATCH] bugfix for #2472 Signed-off-by: Joshua Ferraro --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index b846ca5a57..8ea1cdb628 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -266,7 +266,7 @@ sub GetOrders { my $dbh = C4::Context->dbh; my $query =" SELECT aqorderbreakdown.*, - biblio.*,biblioitems.publishercode, + biblio.*,biblioitems.*, aqorders.*, aqbookfund.bookfundname, biblio.title -- 2.39.5