From: Jan Büren Date: Wed, 8 Dec 2021 10:24:14 +0000 (+0100) Subject: Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~218^2~12 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6ff27683f4db6c02be0b39bd643572fda7db59fd;p=kivitendo-erp.git Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern --- diff --git a/SL/ShopConnector/Shopware6.pm b/SL/ShopConnector/Shopware6.pm index 2704a6d42..01e3ab4dc 100644 --- a/SL/ShopConnector/Shopware6.pm +++ b/SL/ShopConnector/Shopware6.pm @@ -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,