WIP Contract Form

This commit is contained in:
Frank Schubert
2022-06-09 17:05:34 +02:00
parent b2e72c35b0
commit 121312cdc3
11 changed files with 382 additions and 115 deletions

View File

@@ -55,4 +55,14 @@ class ContractController extends mfBaseController {
return $new_filter;
}
protected function addAction() {
$this->layout()->setTemplate("Contract/Form");
}
protected function editAction() {
return $this->addAction();
}
}