Lines 442-448
Link Here
|
442 |
<li><label for="branchcode">Library:</label> |
442 |
<li><label for="branchcode">Library:</label> |
443 |
<select name="branchcode" id="branchcode"> |
443 |
<select name="branchcode" id="branchcode"> |
444 |
<option value="">Any</option> |
444 |
<option value="">Any</option> |
445 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchfilter || branchcode ) %] |
445 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %] |
446 |
</select> |
446 |
</select> |
447 |
</li> |
447 |
</li> |
448 |
<li><label for="budgetid">Fund:</label> |
448 |
<li><label for="budgetid">Fund:</label> |
449 |
- |
|
|