X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/17ede850d9f16aebb63bc52493c07be4c201b3ea..b293ff8ad52fc76ba0c44783e3982418114d6b08:/SL/DB/Shop.pm diff --git a/SL/DB/Shop.pm b/SL/DB/Shop.pm index c5e652aae..bcae3214d 100644 --- a/SL/DB/Shop.pm +++ b/SL/DB/Shop.pm @@ -28,8 +28,8 @@ sub validate { unless $self->{orders_to_fetch} > 0; # not yet implemented checks - push @errors, $::locale->text('Transaction Description is not yet implemented') if $self->{transaction_description}; if ($self->{connector} eq 'shopware6') { + push @errors, $::locale->text('Transaction Description is not yet implemented') if $self->{transaction_description}; push @errors, $::locale->text('Shipping cost article is not implemented') if $self->{shipping_costs_parts_id}; push @errors, $::locale->text('Fetch from last order number is not implemented') if $self->{last_order_number}; } else {