mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: add project billable entries cell.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user