From c22d8d15518d0f55856b00d7862b3dd91e56438d Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 1 Apr 2009 13:53:03 +0200 Subject: [PATCH] (bug #3079) show summary in opac results Content-Type: text/plain; charset="utf-8" This add the summary in opac search results --- acqui/spent.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/spent.pl b/acqui/spent.pl index f73537b..af6f1ea 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 -- 1.5.6.3