Question: Services Not Shown In Reports-Products Report

Services Not Shown In Reports-Products Report

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.

SH

Saif Hamed

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,
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • SH

    Saif Hamed

    Answered
    Thank you.
  • Login to Reply