BUGFIX : branch CPL was hardcoded
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / includes / serials-search.inc
index 12451a8..41202ab 100644 (file)
@@ -9,7 +9,7 @@
        <p class="tip">Enter patron card number or partial name:</p>
        <form action="/cgi-bin/koha/circ/circulation.pl" method="post">
     <input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
-       <input name="branch" value="CPL" type="hidden" />
+       <input name="branch" value="<!-- TMPL_VAR name="branch" -->" type="hidden" />
     <input name="printer" value="" type="hidden" />
        <input value="Submit" type="submit" />
        </form>