]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/ARTransaction.pm
GDPDU: Steuerdaten konsistent halten, Zahlenformatierung
[kivitendo-erp.git] / SL / Controller / CsvImport / ARTransaction.pm
index 1d4179b75a694f5097f9f862b29612be568f5479..ca16a012f06b66f7b5febf62e2312e0d966015fc 100644 (file)
@@ -540,7 +540,7 @@ sub add_transactions_to_ar {
       $ar_entry = $entry; # remember as last ar_entry
 
     } elsif ( defined $ar_entry && $entry->{raw_data}->{datatype} eq $self->_transaction_column ) {
-      push @{ $entry->{errors} }, $::locale->text('no tax_id in acc_trans')   unless $entry->{object}->tax_id || $entry->{object}->tax_id == 0;
+      push @{ $entry->{errors} }, $::locale->text('no tax_id in acc_trans') if !defined $entry->{object}->tax_id;
       next if @{ $entry->{errors} };
 
       my $acc_trans_objects = $ar_entry->{object}->add_ar_amount_row(