deisy 6 سال پیش
والد
کامیت
12a64a08ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      static/src/js/reports/report_crm.js

+ 1 - 1
static/src/js/reports/report_crm.js

@@ -332,7 +332,7 @@ function report_crm(reporting) {
       ];
       if (company && company != 9999999) {
 
-        domain.push(['opportunity_id', '=', opportunity]);
+        domain.push(['company_id', '=', company]);
       }
 
       if (store && store != 9999999) {