Bug 18654 - Translatability: Get rid of tt directives starting with [%% in translation for itemsearch.tt
Followup correcting a typo of previous patch : name="holdingbranch" options = branche it is branche[s] Test plan : - Look at 'Current location' in item search => Without patch you see only 'All libraries' => With patch you see 'All libraries' and each existing library, like in 'Home library' Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
b4653629f6
commit
889fabe9f2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
</div>
|
||||
<fieldset>
|
||||
[% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %]
|
||||
[% INCLUDE form_field_select name="holdingbranch" options = branche empty_option = "All libraries" %]
|
||||
[% INCLUDE form_field_select name="holdingbranch" options = branches empty_option = "All libraries" %]
|
||||
[% IF locations.size %]
|
||||
[% INCLUDE form_field_select name="location" options = locations empty_option = "All locations" %]
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue