From 6ff27683f4db6c02be0b39bd643572fda7db59fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 8 Dec 2021 11:24:14 +0100 Subject: [PATCH] Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern --- SL/ShopConnector/Shopware6.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1