[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78,1.78.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78,1.78.2.1 |
Date: |
Tue, 13 Jan 2004 09:29:56 -0800 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv2017/C4
Modified Files:
Tag: rel_2_0
Biblio.pm
Log Message:
* minor html fixes
* adding publisher in acquisition process (& ordering basket by publisher)
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.78
retrieving revision 1.78.2.1
diff -C2 -r1.78 -r1.78.2.1
*** Biblio.pm 9 Dec 2003 15:57:28 -0000 1.78
--- Biblio.pm 13 Jan 2004 17:29:53 -0000 1.78.2.1
***************
*** 1435,1439 ****
price =
?, replacementprice = ?,
replacementpricedate =
NOW(), itemnotes = ?,
! notforloan = ?
");
$sth->execute($itemnumber, $item->{'biblionumber'},
--- 1435,1439 ----
price =
?, replacementprice = ?,
replacementpricedate =
NOW(), itemnotes = ?,
! bulk =?,
notforloan = ?
");
$sth->execute($itemnumber, $item->{'biblionumber'},
***************
*** 1442,1446 ****
$item->{'homebranch'},$item->{'holdingbranch'},
$item->{'price'},$item->{'replacementprice'},
!
$item->{'itemnotes'},$item->{'notforloan'});
} else {
$sth=$dbh->prepare("Insert into items set
--- 1442,1446 ----
$item->{'homebranch'},$item->{'holdingbranch'},
$item->{'price'},$item->{'replacementprice'},
!
$item->{'itemnotes'},$item->{'bulk'},$item->{'notforloan'});
} else {
$sth=$dbh->prepare("Insert into items set
***************
*** 1451,1455 ****
price =
?, replacementprice = ?,
replacementpricedate =
NOW(), itemnotes = ?,
! notforloan = ?
");
$sth->execute($itemnumber, $item->{'biblionumber'},
--- 1451,1455 ----
price =
?, replacementprice = ?,
replacementpricedate =
NOW(), itemnotes = ?,
! bulk = ? , notforloan =
?
");
$sth->execute($itemnumber, $item->{'biblionumber'},
***************
*** 1458,1462 ****
$item->{'homebranch'},$item->{'holdingbranch'},
$item->{'price'},$item->{'replacementprice'},
!
$item->{'itemnotes'},$item->{'notforloan'});
}
if (defined $sth->errstr) {
--- 1458,1462 ----
$item->{'homebranch'},$item->{'holdingbranch'},
$item->{'price'},$item->{'replacementprice'},
!
$item->{'itemnotes'},$item->{'bulk'},$item->{'notforloan'});
}
if (defined $sth->errstr) {
***************
*** 2193,2196 ****
--- 2193,2200 ----
# $Id$
# $Log$
+ # Revision 1.78.2.1 2004/01/13 17:29:53 tipaul
+ # * minor html fixes
+ # * adding publisher in acquisition process (& ordering basket by publisher)
+ #
# Revision 1.78 2003/12/09 15:57:28 tipaul
# rolling back to working char_decode sub
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Biblio.pm,1.78,1.78.2.1,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.7,1.7.2.1 basket.tmpl,1.7,1.7.2.1 newbiblio.tmpl,1.8,1.8.2.1 recieveorder.tmpl,1.6,1.6.2.1
- Next by Date:
[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.36,1.36.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acquire.tmpl,1.7,1.7.2.1 basket.tmpl,1.7,1.7.2.1 newbiblio.tmpl,1.8,1.8.2.1 recieveorder.tmpl,1.6,1.6.2.1
- Next by thread:
[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.36,1.36.2.1
- Index(es):