Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c39e831b

Von Werner Hahn vor mehr als 2 Jahren hinzugefügt

  • ID c39e831b3bceef01a851a0825ce6b19d1ddc3eda
  • Vorgänger 09800b73
  • Nachfolger af084740

Shop: Vorgangsbezeichnung nicht bei Shopware6 implementiert

Unterschiede anzeigen:

SL/DB/Shop.pm
28 28
                                                               unless $self->{orders_to_fetch} > 0;
29 29

  
30 30
  # not yet implemented checks
31
  push @errors, $::locale->text('Transaction Description is not yet implemented')    if $self->{transaction_description};
32 31
  if ($self->{connector} eq 'shopware6') {
32
    push @errors, $::locale->text('Transaction Description is not yet implemented')  if $self->{transaction_description};
33 33
    push @errors, $::locale->text('Shipping cost article is not implemented')        if $self->{shipping_costs_parts_id};
34 34
    push @errors, $::locale->text('Fetch from last order number is not implemented') if $self->{last_order_number};
35 35
  } else {

Auch abrufbar als: Unified diff