task-fix
This commit is contained in:
@@ -91,7 +91,7 @@ export async function listPipelineReportDataset(
|
||||
const { start, end } = getDateRange(requiredFilters);
|
||||
const [branches, productTypes, leadSources, opportunityRows, quotationRows, followupRows] =
|
||||
await Promise.all([
|
||||
getUserBranches(),
|
||||
getUserBranches(context.organizationId),
|
||||
getActiveOptionsByCategory('crm_product_type', { organizationId: context.organizationId }),
|
||||
getActiveOptionsByCategory('crm_lead_channel', { organizationId: context.organizationId }),
|
||||
db
|
||||
@@ -260,4 +260,3 @@ export async function listPipelineReportDataset(
|
||||
rows
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user