]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/_form_parts.html
CsvImport::Parts: Option zum Überspringen von Artikeln mit existierenden Nummern
[mfinanz.git] / templates / webpages / csv_import / _form_parts.html
index 4962981b11b7cbc6a41df49efa1d469d341f7fe6..0eea2d14fd05bb12560138097ded7e31f09b198c 100644 (file)
@@ -3,7 +3,7 @@
 <tr>
  <th align="right">[%- LxERP.t8('Parts with existing part numbers') %]:</th>
  <td colspan="10">
-  [% opts = [ [ 'update_prices', LxERP.t8('Update prices of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new part number') ] ] %]
+  [% opts = [ [ 'update_prices', LxERP.t8('Update prices of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new part number') ], [ 'skip', LxERP.t8('Skip entry') ] ] %]
   [% L.select_tag('settings.article_number_policy', L.options_for_select(opts, default => SELF.profile.get('article_number_policy')), style => 'width: 300px') %]
  </td>
 </tr>