Pop Erweiterung auf Adressen
This commit is contained in:
@@ -1312,10 +1312,10 @@ class PopController extends mfBaseController
|
||||
$data['doku_date'] = ($r->doku_date) ? strtotime($r->doku_date) : null;
|
||||
$data['note'] = $r->note;
|
||||
|
||||
$data['edit_by'] = 1;
|
||||
// $data['edit_by'] = 1;
|
||||
|
||||
if ($mode == "add") {
|
||||
$data['create_by'] = 1;
|
||||
// $data['create_by'] = 1;
|
||||
$pop = PopModel::create($data);
|
||||
} else {
|
||||
$pop->update($data);
|
||||
|
||||
Reference in New Issue
Block a user