[Koha-patches] [PATCH] (bug #3079) show summary in opac results

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Apr 1 13:55:50 CEST 2009


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




More information about the Koha-patches mailing list