diff --git a/application/Voiceplan/Voiceplan.php b/application/Voiceplan/Voiceplan.php index 787e4f924..e5c3b2ab9 100644 --- a/application/Voiceplan/Voiceplan.php +++ b/application/Voiceplan/Voiceplan.php @@ -113,7 +113,7 @@ class Voiceplan extends mfBaseModel { $price_ek = $price_special; } - if((!$name || !$price_ek) && $extref != "800") { + if((!$name || !$price_ek) && $extref != "900") { $this->log->warning(__METHOD__.": not importing Voiceplanzone with empty value: name: $name | ek: $price_ek"); continue; }