Enabled Statusflags in Preorder Api
This commit is contained in:
@@ -10,7 +10,7 @@ class Preorderstatus extends mfBaseModel {
|
||||
$a = [];
|
||||
$a['code'] = (int)$this->code;
|
||||
$a['text'] = $this->name;
|
||||
//$a['flags'] = [];
|
||||
$a['flags'] = [];
|
||||
|
||||
return $a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user