浏览代码

[FIX]filtros

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) {