kpac : remove action CGI after getit results
authorBill Erickson <berick@esilibrary.com>
Mon, 23 Apr 2012 19:44:02 +0000 (15:44 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 30 Jul 2012 19:05:01 +0000 (15:05 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/kpac/getit_results.tt2

index d1fba7f..db0beef 100644 (file)
@@ -5,7 +5,7 @@
     attrs = {marc_xml => ctx.marc_xml};
     PROCESS get_marc_attrs args=attrs;
     ctx.page_title = l('Get it');
-    kill_params = ['list', 'hold', 'hold_failed', 'pickup_lib'];
+    kill_params = ['list', 'hold', 'hold_failed', 'pickup_lib', 'action'];
     title_html = attrs.title | html;
 %]