Add salutation field to contacts #13
This commit is contained in:
@@ -120,6 +120,7 @@ const saveInvoice = async (updatedInvoice: Invoice) => {
|
||||
companyName: updatedInvoice.billingData?.companyName,
|
||||
vatId: updatedInvoice.billingData?.vatId,
|
||||
billingAddress: updatedInvoice.billingData?.billingAddress,
|
||||
contactSalutation: updatedInvoice.billingData?.contactSalutation,
|
||||
contactFirstName: updatedInvoice.billingData?.contactFirstName,
|
||||
contactLastName: updatedInvoice.billingData?.contactLastName,
|
||||
paymentTerms: updatedInvoice.billingData?.paymentTerms
|
||||
|
||||
Reference in New Issue
Block a user