Fixed select2

This commit is contained in:
Frank Schubert
2021-08-03 20:33:18 +02:00
parent 86b69bd7a0
commit 2619183304
2 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ class OrderController extends mfBaseController {
$this->layout()->set("products", ProductModel::getAll());
$this->layout()->set("terminations", TerminationModel::getAll());
//var_dump(AddressModel::search(['parents_only' => 1]));exit;
}
protected function editAction() {