Fixed saving new ContractconfigValuest

This commit is contained in:
Frank Schubert
2023-03-22 18:52:05 +01:00
parent 16d0d8c35a
commit f97c6cc603
5 changed files with 8 additions and 7 deletions

View File

@@ -86,7 +86,6 @@ class ContractconfigController extends mfBaseController {
}*/
$old_values[$item->name] = $item->getValue();
if(!$item->value->set($itemvalue)) {
$error_items[$item->id] = $item->name;
continue;