Lines 338-343
Link Here
|
338 |
|
338 |
|
339 |
[% MACRO jsinclude BLOCK %] |
339 |
[% MACRO jsinclude BLOCK %] |
340 |
[% INCLUDE 'calendar.inc' %] |
340 |
[% INCLUDE 'calendar.inc' %] |
|
|
341 |
|
342 |
<script> |
343 |
$(document).ready(function () { |
344 |
// Undo the selection that Branches.all made, since there may be no item with homebranch or holdingbranch |
345 |
$('#holdingbranch option').prop('selected', false); |
346 |
$('#homebranch option').prop('selected', false); |
347 |
}); |
348 |
</script> |
341 |
[% END %] |
349 |
[% END %] |
342 |
|
350 |
|
343 |
[% INCLUDE 'intranet-bottom.inc' %] |
351 |
[% INCLUDE 'intranet-bottom.inc' %] |
344 |
- |
|
|