mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix: paper lang.
This commit is contained in:
@@ -22,10 +22,10 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
|
|||||||
Header: formatMessage({ id: 'qty' }),
|
Header: formatMessage({ id: 'qty' }),
|
||||||
accessor: 'quantity',
|
accessor: 'quantity',
|
||||||
disableSortBy: true,
|
disableSortBy: true,
|
||||||
width: 50,
|
width: 80,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: formatMessage({ id: 'Total' }),
|
Header: formatMessage({ id: 'total' }),
|
||||||
accessor: ({ total }) => (
|
accessor: ({ total }) => (
|
||||||
<Money amount={total} currency={currencyCode} />
|
<Money amount={total} currency={currencyCode} />
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user