From 392b94a262532d2bf56a9fd715ac4084ac5249be Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 24 Apr 2003 18:31:03 +0000 Subject: [PATCH] fix for #343 --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 98f058c004..f142054ef8 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -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, ); -- 2.39.5