Formatting the creation date correctly
This commit is contained in:
parent
8371ad66f1
commit
70f8682559
1 changed files with 1 additions and 1 deletions
|
@ -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}),
|
||||
|
|
Loading…
Reference in a new issue