[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.15,1.6.2.16

Paul POULAIN tipaul at users.sourceforge.net
Wed Sep 14 17:56:44 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	Bull.pm 
Log Message:
removing warns

Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Bull.pm,v
retrieving revision 1.6.2.15
retrieving revision 1.6.2.16
diff -C2 -r1.6.2.15 -r1.6.2.16
*** Bull.pm	14 Sep 2005 14:03:22 -0000	1.6.2.15
--- Bull.pm	14 Sep 2005 15:56:42 -0000	1.6.2.16
***************
*** 225,228 ****
--- 225,229 ----
  			if ($first eq 1){$first=0;}
  			my $temp=$res[scalar(@res)-1]->{'serials'};
+ 			warn "STATUS : ".$subs->{status};
  			push @$temp,
  				{'planneddate' => format_date($subs->{'planneddate'}), 
***************
*** 238,241 ****
--- 239,243 ----
  			$bibliotitle= $subs->{'bibliotitle'};
  			my @temp;
+ 			warn "STATUS : ".$subs->{status};
  			push @temp,
  				{'planneddate' => format_date($subs->{'planneddate'}), 





More information about the Koha-cvs mailing list