ashok 10 months ago
commit f26690a33b

@ -1695,6 +1695,7 @@ exports.getallquotationdata = async (req, reply) => {
return acc; return acc;
}, {}); }, {});
// Attach customer details to quotations // Attach customer details to quotations
const enrichedQuotations = quotations.map((quotation) => ({ const enrichedQuotations = quotations.map((quotation) => ({
...quotation, ...quotation,

Loading…
Cancel
Save