X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FDB%2FShop.pm;h=bcae3214d31ab7427ba25092b0016318a7f561e7;hp=c5e652aaeef01b2c4c9219fca19a246caa212ecd;hb=c39e831b3bceef01a851a0825ce6b19d1ddc3eda;hpb=09800b73f7503b0de87cfa1c1e53250acd2e8781 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 {