From 3eb425f06b96af67aa249426455f02544ef0d372 Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Fri, 13 May 2011 10:58:18 -0400
Subject: [Signed Off] [PATCH] Fix for Bug 6337 - Variable scope errors in staff client cart print view
Also removing "Return to cart" link from the print view,
redundant now that the print view prints and redirects
automatically.
Signed-off-by: Chris Cormack
---
.../intranet-tmpl/prog/en/modules/basket/basket.tt | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
index 84504b4..38b25e2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
@@ -132,7 +132,7 @@ function placeHold () {
[% END %]
-[% IF ( print_basket ) %]
-<< Back to Cart
-[% ELSE %]
-[% END %]
--
1.7.2.2