New Preorder cancelling

This commit is contained in:
Frank Schubert
2024-02-15 20:44:04 +01:00
parent 0d62e07d3e
commit dfa8d7ca1d
14 changed files with 138 additions and 44 deletions
@@ -324,7 +324,6 @@ class OpenAccessId extends mfBaseModel {
//var_dump($cat_data);exit;
$cat_data->$key = $value;
$exp_data->$cat = $cat_data;
var_dump($exp_data);
$this->export_data = json_encode($exp_data);
}