mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat:(*): add currency code.
This commit is contained in:
@@ -36,7 +36,10 @@ export default function PaymentPaperTemplate({
|
||||
defaultLabels={labels}
|
||||
headerData={defaultValues}
|
||||
/>
|
||||
<PaymentPaperTemplateTable tableData={entries} />
|
||||
<PaymentPaperTemplateTable
|
||||
tableData={entries}
|
||||
currencyCode={paperData.currency_code}
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user