refactor: remove customer name
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-07-09 15:06:30 +07:00
parent fe2860d818
commit e19d3f05f1
9 changed files with 3 additions and 27 deletions

View file

@ -29,7 +29,7 @@ export const columns = [
name: 'customer',
align: 'center',
label: 'general.customer',
field: (v: Invoice) => v.quotation.customerBranch.customerName,
field: (v: Invoice) => v.quotation.customerBranch.registerName,
},
{