06e7687: fix download-kp url

This commit is contained in:
vchikalkin 2023-04-04 15:10:14 +03:00
parent 06e7687fc1
commit 95040c5a10

View File

@ -162,7 +162,9 @@ export const quoteRouter = router({
});
if (URL_CRM_DOWNLOADKP_BASE) {
result.values.downloadKp = URL_CRM_DOWNLOADKP_BASE?.concat(createKPResult.evo_quotename);
result.values.downloadKp = URL_CRM_DOWNLOADKP_BASE?.concat(
createKPResult.offerprintformapi
);
}
return {