bugfix stickyduedate more sticky - couple more forms in circulation.tmpl
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 6 May 2009 22:15:08 +0000 (16:15 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 11 May 2009 16:07:38 +0000 (11:07 -0500)
There are a couple more forms in circulation.tmpl that need the
stickyduedate and duedatespec hidden inputs.  The 'Don't Check Out' form
of the needsconfirmation block, and the findborrower form.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 9f1758b..2dc8459 100644 (file)
@@ -144,6 +144,8 @@ $.tablesorter.addParser({
 
 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
+    <input type="hidden" name="duedatespec" value="<!-- TMPL_VAR NAME="duedatespec" -->" />
+    <input type="hidden" name="stickyduedate" value="<!-- TMPL_VAR NAME="stickyduedate" -->" />
     <input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" />
 </form>
 
@@ -232,6 +234,8 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 
     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
+    <input type="hidden" name="duedatespec" value="<!-- TMPL_VAR NAME="duedatespec" -->" />
+    <input type="hidden" name="stickyduedate" value="<!-- TMPL_VAR NAME="stickyduedate" -->" />
 
 <ol>    <li>
     <label for="borrowernumber">Select a patron: </label>