Merge branch 'development'

This commit is contained in:
Chika 2022-01-25 16:21:01 +03:00
commit 9875b9e1f6

View File

@ -67,6 +67,8 @@ export default async function (this: ICalculationStore) {
url: String.prototype.concat(CRM_PROXY_URL, newKP?.offerprintformapi),
});
this.setValue('recalcWithRevision', false);
const leadid = this.getValue('lead');
CrmService.getCRMOptions<'quotes', IQuote>({
query: getQuotesByLeadQuery,