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