fix Customer note does not appear in pdf document

This commit is contained in:
Ahmed Bouhuolia
2024-10-19 16:28:01 +02:00
parent 2ee49f7496
commit f381d433ec
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ export const transformEstimateToPdfTemplate = (
})),
total: estimate.formattedSubtotal,
subtotal: estimate.formattedSubtotal,
customerNote: estimate.customerNote,
customerNote: estimate.note,
termsConditions: estimate.termsConditions,
customerAddress: contactAddressTextFormat(estimate.customer),
};