X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b36c791b78f3ca3895187db2b3f30ce5b29543e7..6ff27683f4db6c02be0b39bd643572fda7db59fd:/SL/ShopConnector/Shopware6.pm 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,