calculate: pass supplierFinancing to preparedValues

This commit is contained in:
vchikalkin 2023-04-14 08:41:36 +03:00
parent 0faf86ed0b
commit 49f8512640

View File

@ -1113,7 +1113,7 @@ export async function createRequestData({
},
async supplierFinancing() {
return false;
return values.supplierFinancing;
},
async tlmCost() {