refactor(Cashflow)

refactor(InventoryValuation)
This commit is contained in:
a.bouhuolia
2022-02-12 18:59:34 +02:00
parent 4cc0a8c41e
commit b249335a73
5 changed files with 29 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ export default function ProfitLossSheetTable({
// Profit/Loss sheet context.
const {
profitLossSheet: { table, query },
isLoading,
} = useProfitLossSheetContext();
// Retrieves the profit/loss table columns.
@@ -33,8 +32,6 @@ export default function ProfitLossSheetTable({
sheetType={<T id={'profit_loss_sheet'} />}
fromDate={query.from_date}
toDate={query.to_date}
name="profit-loss-sheet"
loading={isLoading}
basis={query.basis}
>
<ProfitLossDataTable