[Koha-patches] [PATCH] bugfix stickyduedate more sticky - also patron search in quick search block

Michael Hafen mdhafen at tech.washk12.org
Thu May 7 00:26:30 CEST 2009


Forgot about the patron search for check out form in the quick search
block
---
 .../intranet-tmpl/prog/en/includes/circ-search.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc
index 4b8841b..0d812f3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc
@@ -7,6 +7,10 @@
 <div id="checkin_search" class="residentsearch" style="display:none;">
     <p class="tip">Scan a barcode to check in:</p>
     <form method="post" action="/cgi-bin/koha/circ/returns.pl">
+    <!-- TMPL_IF NAME="stickyduedate" -->
+        <input type="hidden" name="duedatespec" value="<!-- TMPL_VAR NAME="duedatespec" -->" />
+        <input type="hidden" name="stickyduedate" value="<!-- TMPL_VAR NAME="stickyduedate" -->" />
+    <!-- /TMPL_IF -->
         <input name="barcode" id="ret_barcode" size="40" accesskey="r" />
         <input value="Submit" class="submit" type="submit" />
     </form>
-- 
1.5.6.3




More information about the Koha-patches mailing list