Revision f37f8b78
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/ShopConnector/Shopware6.pm | ||
---|---|---|
706 | 706 |
$position++; |
707 | 707 |
my $price = $::form->round_amount($pos->{unitPrice}, 2); # unit |
708 | 708 |
my %pos_columns = ( description => $pos->{product}->{description}, |
709 |
partnumber => $pos->{label},
|
|
709 |
partnumber => $pos->{product}->{productNumber},
|
|
710 | 710 |
price => $price, |
711 | 711 |
quantity => $pos->{quantity}, |
712 | 712 |
position => $position, |
Auch abrufbar als: Unified diff
Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern