createKP: reset recalc after kp is created
This commit is contained in:
parent
5b47f0f41a
commit
1090fcf2a1
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user