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
Attachments
- MSAnswered
Hello, Thank you for reporting this. I will check and fix this soon.
- NAAnswered
hi, any updates soon?
- MSAnswered
Hello,
I have not updated the file yet. If you need the fix urgently, please edit
app/controllers/admin/Reports.php
line 1498from
$sp .= ($start_date ? ' AND ' : '') . " si.warehouse_id = '{$warehouse}' ";
and replace with
$sp .= ($start_date ? ' AND ' : '') . " s.warehouse_id = '{$warehouse}' ";
Thank you
- NAAnswered
you amazing ya bro, thanks
- Login to Reply