Enabled Statusflags in Preorder Api
This commit is contained in:
@@ -11,6 +11,7 @@ class PreorderStatusflagValue extends mfBaseModel {
|
||||
"old_value" => property_exists($this->_old_data, "value") ? $this->_old_data->value : null,
|
||||
"new_value" => $this->data->value
|
||||
]);
|
||||
|
||||
$history->save();
|
||||
$this->getProperty("preorder")->afterSave();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user