Skip this, I'm not paying enough attention. That should be somewhere else entirely. I'll fix and resubmit.
On Wed, 2009-05-06 at 16:26 -0600, Michael Hafen wrote: > 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> -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
