[Koha-bugs] [Bug 9591] Set Library changes after viewing Holds Queue >> reserves item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 8 11:21:02 CEST 2013


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

--- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list