Variable "has_sernumber" für Artikel nach Rücksprache mit Moritz eingefügt.
[kivitendo-erp.git] / SL / IC.pm
index d78ad30..c710af9 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -412,6 +412,7 @@ sub save {
          ve = ?,
          gv = ?,
          ean = ?,
+         has_sernumber = ?,
          not_discountable = ?,
          microfiche = ?,
          partsgroup_id = ?,
@@ -441,6 +442,7 @@ sub save {
              conv_i($form->{ve}),
              conv_i($form->{gv}),
              $form->{ean},
+             $form->{has_sernumber} ? 't' : 'f',
              $form->{not_discountable} ? 't' : 'f',
              $form->{microfiche},
              conv_i($partsgroup_id),