wallet entries

This commit is contained in:
2021-02-15 18:53:04 +09:00
parent f66604ba6a
commit f447bd6666

View File

@@ -93,7 +93,7 @@ class FinanceHelper {
if($pageFailed == false) {
$wallet = json_decode($journals->raw, false);
dd($wallet);
//Foreach journal entry, add the journal entry to the table
foreach($wallet as $entry) {
/*