feat: add project billable entries cell.

This commit is contained in:
elforjani13
2022-09-21 05:19:21 +02:00
parent d102f33698
commit b83faef167
15 changed files with 196 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ import {
PercentFieldCell,
NumericInputCell,
CheckBoxFieldCell,
ProjectInvoicingCell,
ProjectBillableEntriesCell,
} from '@/components/DataTableCells';
/**
@@ -157,7 +157,7 @@ export function useEditableItemsEntriesColumns({ landedCost }) {
{
Header: '',
accessor: 'invoicing',
Cell: ProjectInvoicingCell,
Cell: ProjectBillableEntriesCell,
disableSortBy: true,
disableResizing: true,
width: 45,