NA
Reported
just tested in demo
when ever i select a Warehouse and click on submit the report does not show and keep on looping
when ever i select a Warehouse and click on submit the report does not show and keep on looping
Attachments
- MSAnsweredHello, Thank you for reporting this. I will check and fix this soon.
- NAAnsweredhi,
any updates soon? - MSAnsweredHello,
I have not updated the file yet. If you need the fix urgently, please edit `app/controllers/admin/Reports.php` line 1498
from
```
$sp .= ($start_date ? ' AND ' : '') . " si.warehouse_id = '{$warehouse}' ";
```
and replace with
```
$sp .= ($start_date ? ' AND ' : '') . " s.warehouse_id = '{$warehouse}' ";
```
Thank you - NAAnsweredyou amazing ya bro, thanks
- Login to Reply