[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/misc fines2.pl,1.10,1.11
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/misc fines2.pl,1.10,1.11 |
Date: |
Thu, 22 Sep 2005 03:01:48 -0700 |
Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6231/misc
Modified Files:
fines2.pl
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of
biblionumber everywhere (instead of bn, biblio, ...)
Index: fines2.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fines2.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** fines2.pl 22 Dec 2003 19:16:58 -0000 1.10
--- fines2.pl 22 Sep 2005 10:01:46 -0000 1.11
***************
*** 132,136 ****
my $env;
my
$accountno=C4::Circulation::Circ2::getnextacctno($env,$data->[$i]->{'borrowernumber'},$dbh);
! my $item=itemnodata($env,$dbh,$data->[$i]->{'itemnumber'});
if ($item->{'itemlost'} ne '1' && $item->{'itemlost'} ne '2' ){
# FIXME
--- 132,136 ----
my $env;
my
$accountno=C4::Circulation::Circ2::getnextacctno($env,$data->[$i]->{'borrowernumber'},$dbh);
! my $item=getbibliofromitemnumber($env,$dbh,$data->[$i]->{'itemnumber'});
if ($item->{'itemlost'} ne '1' && $item->{'itemlost'} ne '2' ){
# FIXME
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/misc fines2.pl,1.10,1.11,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple additem.pl,1.33,1.34
- Next by Date:
[Koha-cvs] CVS: koha/members member-flags.pl,1.3,1.4 member.pl,1.9,1.10 moremember.pl,1.16,1.17
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple additem.pl,1.33,1.34
- Next by thread:
[Koha-cvs] CVS: koha/members member-flags.pl,1.3,1.4 member.pl,1.9,1.10 moremember.pl,1.16,1.17
- Index(es):