This commit is contained in:
tipaul 2003-04-24 18:31:03 +00:00
parent 4b18c35c6f
commit 392b94a262

View file

@ -101,7 +101,7 @@ $template->param(basket => $basket,
name => $booksellers[0]->{'name'},
books_loop => \@books_loop,
count =>$count,
subtotal => $sub_total,
sub_total => $sub_total,
gist => $gist,
grand_total =>$grand_total,
);