Bug 13949 - Item search should have holding library
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / itemsearch.tt
index e52780e..55f553e 100644 (file)
@@ -14,6 +14,7 @@
     [% CASE 'isbn' %]<span>ISBN</span>
     [% CASE 'issn' %]<span>ISSN</span>
     [% CASE 'homebranch' %]<span>Home library</span>
+    [% CASE 'holdingbranch' %]<span>Current location</span>
     [% CASE 'All libraries' %]<span>All libraries</span>
     [% CASE 'location' %]<span>Shelving location</span>
     [% CASE 'All locations' %]<span>All locations</span>
               empty_option = "All libraries"
             %]
             [% INCLUDE form_field_select
+              name="holdingbranch"
+              options = branches
+              empty_option = "All libraries"
+            %]
+            [% INCLUDE form_field_select
               name="location"
               options = locations
               empty_option = "All locations"