Voiceplan Import: Added Exception for Freecall Zone without price

This commit is contained in:
Frank Schubert
2023-12-05 18:28:33 +01:00
parent e814f35ef4
commit 8272b82bc6

View File

@@ -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;
}