abivia / ledger

General Ledger and Journal Accounting Package and API for Laravel
MIT License
102 stars 23 forks source link

Field name fix in ReportController->getCached #5

Closed Alexgoogole closed 2 years ago

Alexgoogole commented 2 years ago

Changed querying by "fromDate" field to "transDate" field, because journal_entry doesn't have field "fromDate". Possibly copy-paste error from row 75.

abivia commented 2 years ago

Good catch, Oleksandr. Thanks!