mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: Hook up customer/company address to invoice preview of payment page
This commit is contained in:
@@ -34,6 +34,10 @@ export function PaymentInvoicePreviewContent() {
|
||||
label: tax.name,
|
||||
amount: tax.taxRateAmountFormatted,
|
||||
}))}
|
||||
companyAddress={
|
||||
sharableLinkMeta?.organization?.addressTextFormatted
|
||||
}
|
||||
customerAddress={sharableLinkMeta?.formattedCustomerAddress}
|
||||
/>
|
||||
</Box>
|
||||
</DrawerBody>
|
||||
|
||||
Reference in New Issue
Block a user