[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.2,1.6.2.3

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 7 10:56:45 CET 2005


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

Modified Files:
      Tag: rel_2_2
	Bull.pm 
Log Message:
2 bugfixes in suggestions :
* major : a suggestion was not shown in acquisition except when ordered by the suggestor itself.
* minor : the name was not shown in accepted by column, in acquisition

Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Bull.pm,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -r1.6.2.2 -r1.6.2.3
*** Bull.pm	24 Jan 2005 20:41:47 -0000	1.6.2.2
--- Bull.pm	7 Mar 2005 09:56:42 -0000	1.6.2.3
***************
*** 177,181 ****
  	my @res;
  	while (my $subs = $sth->fetchrow_hashref) {
! 		$subs->{'startdate'} = format_date($subs->{'startdate'});
  		push @res,$subs;
  	}
--- 177,182 ----
  	my @res;
  	while (my $subs = $sth->fetchrow_hashref) {
! 		$subs->{startdate} = format_date($subs->{startdate});
! 		$subs->{opacnote} =~ s/\n/\<br\/\>/g;
  		push @res,$subs;
  	}





More information about the Koha-cvs mailing list