Removed Preorderflag debug output

This commit is contained in:
Frank Schubert
2025-03-12 15:01:29 +01:00
parent eb085ec6d4
commit 4643661346
2 changed files with 0 additions and 2 deletions

View File

@@ -580,7 +580,6 @@ class Preorder extends mfBaseModel {
$hausnummer = $this->getProperty("adb_hausnummer");
foreach(ADBStatusflagModel::getAll() as $hflag) {
echo $hflag->code."\n";
$hflag_value = ADBHausnummerStatusflagValueModel::search(["hausnummer_id" => $hausnummer->id, "flag_id" => $hflag->id]);
if(!$hflag_value) {
$hflag_value = ADBHausnummerStatusflagValueModel::create([