Bug 21417: EDI ordering fails when basket and EAN libraries do not match
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / edi_ean_accounts.tt
index 939b834..fcf40de 100644 (file)
@@ -71,6 +71,7 @@
           <li>
              <label for="branchcode">Library: </label>
              <select name="branchcode" id="branchcode">
+                <option value="">All libraries</option>
                 [% FOREACH branch IN branches %]
                     [% IF branch.branchcode == ean.branch.branchcode %]
                        <option value="[% branch.branchcode | html %]" selected="selected">[% branch.branchname | html %]</option>