From aee15ef86f80c863fbcdbd03f803154b7446ad6c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 26 Nov 2007 14:59:46 -0600 Subject: [PATCH] Another fix for But 1165. All taken care of now, I hope. Signed-off-by: Joshua Ferraro --- acqui/basket.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 8f646d05d5..8c6a5ca332 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -185,5 +185,6 @@ $template->param( grand_total_est => $grand_total_est, currency => $booksellers[0]->{'listprice'}, qty_total => $qty_total, + GST => C4::Context->preference("gist"), ); output_html_with_http_headers $query, $cookie, $template->output; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl index bf0bad7582..79cf2e1be7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl @@ -121,12 +121,12 @@ - + GST   - + TOTAL () -- 2.39.5