Fix vendor:getAll filter options

This commit is contained in:
Iván Ovejero 2021-06-01 16:29:09 +02:00
parent dbfe3b0b9a
commit 1a53815006

View file

@ -1344,7 +1344,7 @@ export class ZohoCrm implements INodeType {
addGetAllFilterOptions(qs, options);
responseData = await handleListing.call(this, 'GET', '/sales_orders');
responseData = await handleListing.call(this, 'GET', '/vendors', {}, qs);
} else if (operation === 'update') {