diff --git a/hwe/sammo/InheritancePointManager.php b/hwe/sammo/InheritancePointManager.php index 27cbaab3..d185d607 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -345,7 +345,7 @@ class InheritancePointManager 'general_id'=>$general->getID(), 'year'=>$year, 'month'=>$month, - 'value'=>$inheritStor->getAll(true) + 'value'=>Json::encode($inheritStor->getAll(true)) ]); }