[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.14,1.15
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.14,1.15 |
Date: |
Thu, 14 Jul 2005 02:13:43 -0700 |
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";
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.14,1.15,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui acqui-home.pl,1.4,1.5 acquire.pl,1.18,1.19 newbiblio.pl,1.24,1.25
- Next by Date:
[Koha-cvs] CVS: koha/C4 Maintainance.pm,1.15,1.16
- Previous by thread:
[Koha-cvs] CVS: koha/acqui acqui-home.pl,1.4,1.5 acquire.pl,1.18,1.19 newbiblio.pl,1.24,1.25
- Next by thread:
[Koha-cvs] CVS: koha/C4 Maintainance.pm,1.15,1.16
- Index(es):