[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.14,1.15

Henri-Damien LAURENT hdl at users.sourceforge.net
Thu Jul 14 11:13:43 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20385/C4

Modified Files:
	Acquisition.pm 
Log Message:
Adding branch specific display to budgets and selection.

Be warned that to be able to select a budget which is not from patron's Branch, you should have a '' Branch information.


Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Acquisition.pm	12 Jul 2005 13:59:39 -0000	1.14
--- Acquisition.pm	14 Jul 2005 09:13:25 -0000	1.15
***************
*** 676,680 ****
    } else {
        $strsth="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid
!       =aqbudget.bookfundid and (aqbookfund.branchcode='' or aqbookfund.branchcode= ? )
        group by aqbookfund.bookfundid order by bookfundname";
    }
--- 676,680 ----
    } else {
        $strsth="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid
!       =aqbudget.bookfundid and (aqbookfund.branchcode is null or aqbookfund.branchcode='' or aqbookfund.branchcode= ? )
        group by aqbookfund.bookfundid order by bookfundname";
    }





More information about the Koha-cvs mailing list