Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f37f8b78

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID f37f8b78b34e8c3bd0a02aacfd8fd5cae5ced059
  • Vorgänger bfb6853f
  • Nachfolger 89999981

Shopware6: Artikelnummer Shopware auch als Art.-Nr. kivi speichern

Unterschiede anzeigen:

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