Added Voicenumber to Contractqueue

This commit is contained in:
Frank Schubert
2024-08-06 21:03:58 +02:00
parent a2443cb025
commit baf2ff2c5b
8 changed files with 166 additions and 3 deletions
@@ -60,7 +60,7 @@ class ContractconfigItem extends mfBaseModel {
$value->create_by = $me->id;
$value->edit_by = $me->id;
}
//var_dump($value);exit;
$this->value = $value;
return $this->value;
}