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

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Apr 1 13:57:21 CEST 2009


Wrong description for this patch, i'll resend it.

Le Wed,  1 Apr 2009 13:55:50 +0200,
Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com> a écrit :

> 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


-- 
Nahuel ANGELINETTI




More information about the Koha-patches mailing list