]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/ShopConnector/Shopware6.pm
Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern
[kivitendo-erp.git] / SL / ShopConnector / Shopware6.pm
index 2704a6d4254038989fb624f716c0b1a7c56a4d19..01e3ab4dc700a45391368e7f2300c358ef43b8c3 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,