This commit is contained in:
2018-10-28 20:55:34 -05:00
parent ef87b95e78
commit 3eaacce331

View File

@@ -24,7 +24,7 @@ class FinancesController extends Controller
$esi = new \App\Library\Finances(); $esi = new \App\Library\Finances();
//Get the Journal Entries and just return them //Get the Journal Entries and just return them
$journals = $esi->GetMasterWalletJouranl(); $journals = $esi->GetMasterWalletJournal();
return $journals; return $journals;
} }