From f6a96c249c5a4fe28f208863bd35470ea3b26604 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 1 Apr 2009 14:43:47 +0200 Subject: [PATCH] (bug #3080) fix the acqui/spent.pl this patch fix the sql request used in spent.pl --- acqui/spent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/spent.pl b/acqui/spent.pl index f73537bad5..af6f1eabbe 100755 --- a/acqui/spent.pl +++ b/acqui/spent.pl @@ -33,7 +33,7 @@ my $query = quantity-quantityreceived as tleft, aqorders.ordernumber as ordnum,entrydate,budgetdate,booksellerid,aqbasket.basketno - from aqorders,aqorderbreakdown,aqbasket + from aqorderbreakdown,aqbasket,aqorders left join biblioitems on biblioitems.biblioitemnumber=aqorders.biblioitemnumber where bookfundid=? and aqorders.ordernumber=aqorderbreakdown.ordernumber and -- 2.39.5