Removed Preorderflag debug output
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user