Bug 11559: (QA followup) detect and warn about corruption caused by MARC-8
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / tools-item-action.inc
index 0c8d37b..9b54869 100644 (file)
                 <option value="add_only_for_new">
             [% END %]
                 Add items only if no matching bib was found</option>
+            [% IF ( item_action_replace ) %]
+                <option value="replace" selected="selected">
+            [% ELSE %]
+                <option value="replace">
+            [% END %]
+                Replace items if matching bib was found (only for existing items)</option>
             [% IF ( item_action_ignore ) %]
                 <option value="ignore" selected="selected">
             [% ELSE %]