mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(SaleEstimate): estimate table.
This commit is contained in:
@@ -200,9 +200,9 @@ export function useEstiamtesTableColumns() {
|
||||
{
|
||||
id: 'reference_no',
|
||||
Header: formatMessage({ id: 'reference_no' }),
|
||||
accessor: 'reference_no',
|
||||
accessor: 'reference',
|
||||
width: 90,
|
||||
className: 'reference_no',
|
||||
className: 'reference',
|
||||
},
|
||||
{
|
||||
id: 'actions',
|
||||
|
||||
Reference in New Issue
Block a user