From 70f86825595c3ea3cac63a4076e8480392da1a51 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 29 Jun 2005 01:16:37 +0000 Subject: [PATCH] Formatting the creation date correctly --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index fbec06e443..b7ac6b15f8 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -109,7 +109,7 @@ $grand_total=$sub_total+$gist; $grand_total_est = $sub_total_est+sprintf("%.2f",$sub_total_est*$prefgist); $gist_est = sprintf("%.2f",$sub_total_est*$prefgist); $template->param(basketno => $basketno, - creationdate => $basket->{creationdate}, + creationdate => format_date($basket->{creationdate}), authorisedby => $basket->{authorisedby}, authorisedbyname => $basket->{authorisedbyname}, closedate => format_date($basket->{closedate}), -- 2.39.5