Pop Erweiterung auf Adressen

This commit is contained in:
Daniel Spitzer
2026-02-20 11:36:25 +01:00
parent 4d518981fa
commit d8046f3b89
2 changed files with 9 additions and 3 deletions

View File

@@ -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);