Skip to content

Commit

Permalink
S:C:CsvImport/CustomerVendor: Lieferanten haben keine Preisgruppe
Browse files Browse the repository at this point in the history
behebt #649 (redmine)
  • Loading branch information
bblessmann committed Dec 12, 2023
1 parent dd83c98 commit 36956b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SL/Controller/CsvImport/CustomerVendor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub check_objects {
$self->check_taxzone($entry, take_default => 1);
$self->check_currency($entry, take_default => 1);
$self->check_salesman($entry);
$self->check_pricegroup($entry);
$self->check_pricegroup($entry) if 'customer' eq $self->table;

next if @{ $entry->{errors} };

Expand Down

0 comments on commit 36956b1

Please sign in to comment.