[Koha-cvs] CVS: koha/acqui basket.pl,1.26,1.27

Chris Cormack rangi at users.sourceforge.net
Wed Jun 29 03:16:39 CEST 2005


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

Modified Files:
	basket.pl 
Log Message:
Formatting the creation date correctly


Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** basket.pl	20 Jun 2005 13:15:46 -0000	1.26
--- basket.pl	29 Jun 2005 01:16:37 -0000	1.27
***************
*** 110,114 ****
  $gist_est = sprintf("%.2f",$sub_total_est*$prefgist);
  $template->param(basketno => $basketno,
! 				creationdate => $basket->{creationdate},
  				authorisedby => $basket->{authorisedby},
  				authorisedbyname => $basket->{authorisedbyname},
--- 110,114 ----
  $gist_est = sprintf("%.2f",$sub_total_est*$prefgist);
  $template->param(basketno => $basketno,
! 				creationdate => format_date($basket->{creationdate}),
  				authorisedby => $basket->{authorisedby},
  				authorisedbyname => $basket->{authorisedbyname},





More information about the Koha-cvs mailing list