Enabled Statusflags in Preorder Api

This commit is contained in:
Frank Schubert
2024-08-18 22:38:59 +02:00
parent 7531d700c0
commit 03a53bbbd2
5 changed files with 10 additions and 9 deletions
@@ -10,7 +10,7 @@ class Preorderstatus extends mfBaseModel {
$a = [];
$a['code'] = (int)$this->code;
$a['text'] = $this->name;
//$a['flags'] = [];
$a['flags'] = [];
return $a;
}