http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9591

--- Comment #4 from Chris Cormack <[email protected]> ---
Ah ha

 <input autocomplete="off" id="findborrower" name="findborrower" size="40"
class="focus" type="text" /> <input id="autocsubmit" type="submit"
class="submit" value="Submit" />
                <input name="branch" value="AS" type="hidden" />


And we set
        branch     => $branchlimit,

Which is what we chose to limit on. However in
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc

we set
 <input name="branch" value="[% branch %]" type="hidden" />

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to