Fixed saving edit_by in some Controllers

This commit is contained in:
Frank Schubert
2025-01-24 15:04:24 +01:00
parent 22bd84663a
commit 39cf386638
53 changed files with 556 additions and 61 deletions

View File

@@ -885,7 +885,6 @@ class ContractController extends mfBaseController {
if ($mode == "add") {
$contract = ContractModel::create($contract_data);
} else {
$contract->edit_by = $this->me->id;
$contract->update($contract_data);
}