View | Details | Raw Unified | Return to bug 16429
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc (-2 / +1 lines)
Lines 37-43 $(document).ready(function(){ Link Here
37
        </div>
37
        </div>
38
	[% ELSE %]
38
	[% ELSE %]
39
            <input id="findborrower" name="findborrower" size="40" class="head-searchbox focus" type="text" />
39
            <input id="findborrower" name="findborrower" size="40" class="head-searchbox focus" type="text" />
40
            <input name="branch" value="[% branch %]" type="hidden" />
40
            <input name="branch" value="[% Branches.GetLoggedInBranchcode() %]" type="hidden" />
41
            <input name="printer" value="" type="hidden" />
41
            <input name="printer" value="" type="hidden" />
42
            [% IF ( stickyduedate ) %]
42
            [% IF ( stickyduedate ) %]
43
            <input type="hidden" name="duedatespec" value="[% duedatespec %]" />
43
            <input type="hidden" name="duedatespec" value="[% duedatespec %]" />
44
- 

Return to bug 16429