Voiceplan Import: Added Exception for Freecall Zone without price
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user