(bug #3819) hold policies implementation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / smart-rules.tmpl
index 0badb0c..c5e6edc 100644 (file)
@@ -255,6 +255,7 @@ $(document).ready(function() {
                 <tr>
                     <td>
                         <select name="itemtype">
+                               <option value="*">All item types</option>
                         <!-- TMPL_LOOP NAME="itemtypeloop" -->
                             <option value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" --></option>
                         <!-- /TMPL_LOOP -->