Compare commits
1
Commits
float_turnterm
...
devel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d679a6fed8 |
@@ -345,7 +345,7 @@ class InheritancePointManager
|
||||
'general_id'=>$general->getID(),
|
||||
'year'=>$year,
|
||||
'month'=>$month,
|
||||
'value'=>$inheritStor->getAll(true)
|
||||
'value'=>Json::encode($inheritStor->getAll(true))
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user