mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: date range in contact transactions.
This commit is contained in:
@@ -40,8 +40,8 @@ export default function CustomersTransactionsTable({
|
|||||||
companyName={companyName}
|
companyName={companyName}
|
||||||
sheetType={formatMessage({ id: 'customers_transactions' })}
|
sheetType={formatMessage({ id: 'customers_transactions' })}
|
||||||
loading={isCustomersTransactionsLoading}
|
loading={isCustomersTransactionsLoading}
|
||||||
fromDate={query.fromDate}
|
fromDate={query.from_date}
|
||||||
toDate={query.toDate}
|
toDate={query.to_date}
|
||||||
>
|
>
|
||||||
<DataTable
|
<DataTable
|
||||||
className="bigcapital-datatable--financial-report"
|
className="bigcapital-datatable--financial-report"
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ export default function VendorsTransactionsTable({
|
|||||||
companyName={companyName}
|
companyName={companyName}
|
||||||
sheetType={formatMessage({ id: 'vendors_transactions' })}
|
sheetType={formatMessage({ id: 'vendors_transactions' })}
|
||||||
loading={isVendorsTransactionsLoading}
|
loading={isVendorsTransactionsLoading}
|
||||||
fromDate={query.fromDate}
|
fromDate={query.from_date}
|
||||||
toDate={query.toDate}
|
toDate={query.to_date}
|
||||||
>
|
>
|
||||||
<DataTable
|
<DataTable
|
||||||
className="bigcapital-datatable--financial-report"
|
className="bigcapital-datatable--financial-report"
|
||||||
|
|||||||
Reference in New Issue
Block a user