SH
Asked
Hi,
Services not shown in the some reports pages, we want to know the services reports.
I tried to do the same in the demo page, I got the same results!
Looking forward to hearing from you.
Regards,
Services not shown in the some reports pages, we want to know the services reports.
I tried to do the same in the demo page, I got the same results!
Looking forward to hearing from you.
Regards,
- MSAnsweredHello,
I will check about this in next update.
If you need to fix it urgently, you can edit line non 1520 & 1642 of `app/controllers/admin/Reports.php` from
```
->where('products.type', 'standard')
```
to
```
->where('products.type !=', 'combo')
```
Thank you - SHAnsweredThank you.
- Login to Reply