Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern
[kivitendo-erp.git] / SL / ShopConnector / Shopware6.pm
index 2704a6d..01e3ab4 100644 (file)
@@ -706,7 +706,7 @@ sub import_data_to_shop_order {
       $position++;
       my $price       = $::form->round_amount($pos->{unitPrice}, 2); # unit
       my %pos_columns = ( description          => $pos->{product}->{description},
-                          partnumber           => $pos->{label},
+                          partnumber           => $pos->{product}->{productNumber},
                           price                => $price,
                           quantity             => $pos->{quantity},
                           position             => $position,