mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +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',
|
||||
|
||||
@@ -209,7 +209,7 @@ export default class SaleEstimate extends TenantModel {
|
||||
},
|
||||
reference_no: {
|
||||
label: "Reference No.",
|
||||
column: "reference_no",
|
||||
column: "reference",
|
||||
columnType: "number",
|
||||
fieldType: "number",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user