This commit is contained in:
2021-02-15 19:02:40 +09:00
parent fd20fb8725
commit 8a4615b5a8

View File

@@ -117,7 +117,7 @@ class FinanceHelper {
$awj->context_id = $entry['context_id'];
}
if(isset($entry['date'])) {
$awj->date = $esi->DecodeDate($entry['date']);
$awj->date = $esiHelper->DecodeDate($entry['date']);
}
if(isset($entry['description'])) {
$awj->description = $entry['description'];