fix(SaleEstimate): estimate table.

This commit is contained in:
elforjani3
2021-03-07 21:17:25 +02:00
parent fc884a3014
commit e1dd6ffec9
2 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ export default class SaleEstimate extends TenantModel {
},
reference_no: {
label: "Reference No.",
column: "reference_no",
column: "reference",
columnType: "number",
fieldType: "number",
},