updated Address filter
This commit is contained in:
@@ -90,8 +90,8 @@ class Address extends mfBaseModel {
|
||||
"strasse" => $this->street,
|
||||
"plz" => $this->zip,
|
||||
"ort" => $this->city,
|
||||
"create_by" => $me->id,
|
||||
"edit_by" => $me->id
|
||||
"create_by" => 1,
|
||||
"edit_by" => 1
|
||||
]);
|
||||
$fibumerge->save();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user