Bug 36844: (QA follow-up) fix forgotten 'for' attr change

It didn't match the <select> id.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Victor Grousset 2024-05-14 03:50:48 +02:00 committed by Katrin Fischer
parent e02ac2ece6
commit dc6dcd13bd
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -143,7 +143,7 @@
[% UNLESS IndependentBranches %]
<p>
[% IF Koha.Preference('ForceLibrarySelection') %]
<label for="branch" class="required">Library:</label>
<label for="set-library-branch" class="required">Library:</label>
<select name="branch" id="set-library-branch" class="input" tabindex="3" required="required">
<option value=""></option>
[% ELSE %]