Added Voiceplan, Admin IVT product matcher and Voicenumber update
updates number in ContractConfig
This commit is contained in:
@@ -38,4 +38,11 @@ class AdminController extends mfBaseController {
|
||||
$this->redirect("Admin");
|
||||
}
|
||||
|
||||
protected function ivtImportMatchProductsAction() {
|
||||
$this->layout()->setTemplate("Admin/ivtimport_product_match");
|
||||
|
||||
$ivtproducts = IvtProductModel::getAll();
|
||||
$this->layout()->set("ivtproducts", $ivtproducts);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user