koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.26,1.27
Date: Tue, 28 Jun 2005 18:16:39 -0700

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},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]