[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.88,1.89
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.88,1.89 |
Date: |
Tue, 01 Mar 2005 05:41:59 -0800 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20915/C4/Circulation
Modified Files:
Circ2.pm
Log Message:
merging 2.2 branch with head. Sorry for not making it before, many many commits
done here
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** Circ2.pm 22 Feb 2005 22:40:15 -0000 1.88
--- Circ2.pm 1 Mar 2005 13:40:49 -0000 1.89
***************
*** 722,726 ****
$issuingimpossible{UNKNOWN_BARCODE} = 1;
}
! if ($iteminformation->{'notforloan'} == 1) {
$issuingimpossible{NOT_FOR_LOAN} = 1;
}
--- 722,726 ----
$issuingimpossible{UNKNOWN_BARCODE} = 1;
}
! if ($iteminformation->{'notforloan'} > 0) {
$issuingimpossible{NOT_FOR_LOAN} = 1;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.88,1.89,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3,1.4 opac-detail.tmpl,1.16,1.17 opac-main.tmpl,1.16,1.17 opac-reserve.tmpl,1.6,1.7 opac-search.tmpl,1.11,1.12 opac-searchresults.tmpl,1.20,1.21 opac-serial-issues.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui acqui-home.tmpl,1.6,1.7 acquire.tmpl,1.4,1.5 histsearch.tmpl,1.2,1.3 newbasket2.tmpl,1.7,1.8 newbiblio.tmpl,1.8,1.9
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3,1.4 opac-detail.tmpl,1.16,1.17 opac-main.tmpl,1.16,1.17 opac-reserve.tmpl,1.6,1.7 opac-search.tmpl,1.11,1.12 opac-searchresults.tmpl,1.20,1.21 opac-serial-issues.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui acqui-home.tmpl,1.6,1.7 acquire.tmpl,1.4,1.5 histsearch.tmpl,1.2,1.3 newbasket2.tmpl,1.7,1.8 newbiblio.tmpl,1.8,1.9
- Index(es):