Merge branch 'fronkdev' into 'master'

Voiceplan Import: Added Exception for Freecall Zone without price

See merge request fronk/thetool!136
This commit is contained in:
Frank Schubert
2023-12-05 17:20:27 +00:00

View File

@@ -113,7 +113,7 @@ class Voiceplan extends mfBaseModel {
$price_ek = $price_special;
}
if(!$name || !$price_ek) {
if((!$name || !$price_ek) && $extref != "800") {
$this->log->warning(__METHOD__.": not importing Voiceplanzone with empty value: name: $name | ek: $price_ek");
continue;
}