From 27bb6d6e5884f1a88047e7a13b068fcbee1fe668 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83@web.de>
Date: Tue, 17 May 2011 21:04:05 +0200
Subject: [PATCH 4/4] Bug 6328: Lift debarment leaves patron account
Content-Type: text/plain; charset="utf-8"

'Lift debarment' redirects to an empty circulation page.
---
 .../prog/en/modules/circ/circulation.tt            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
index b3dbfab..2f0f41e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
@@ -573,6 +573,7 @@ No patron matched <span class="ex">[% message %]</span>
                <form class="inline compact" action="/cgi-bin/koha/members/setstatus.pl" method="post">
 	                <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
 	                <input type="hidden" name="destination" value="circ" />
+	                <input type="hidden" name="cardnumber" value="[% cardnumber %]" />
 	                <input type="submit" value="Lift Debarment" />
                </form>
 			</li>[% END %]
-- 
1.7.4.1