createKP: reset recalc after kp is created

This commit is contained in:
Chika 2022-01-25 16:17:15 +03:00
parent 5b47f0f41a
commit 1090fcf2a1

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,