Merge branch 'fronkdev' into 'master'
Voiceplan import: fixprice zones are handled in zone copy too See merge request fronk/thetool!172
This commit is contained in:
@@ -219,8 +219,8 @@ class VoiceplanController extends mfBaseController {
|
||||
$this->redirect("Voiceplan", "view", ["id" => $id]);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
$voiceplan->checkFixpriceZones();
|
||||
|
||||
} elseif(is_array($_FILES) && array_key_exists("voiceplanzonefile", $_FILES) && !$_FILES['voiceplanzonefile']['error']) {
|
||||
// import zones
|
||||
|
||||
Reference in New Issue
Block a user