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:
Fridolin Somers 2017-09-12 14:57:25 +02:00 committed by Jonathan Druart
parent b4653629f6
commit 889fabe9f2

View file

@ -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 %]