feat: doc template now include business type relation
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
36c9c25f61
commit
1cf53c91aa
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ const quotationData = (id: string) =>
|
||||||
customerBranch: {
|
customerBranch: {
|
||||||
include: {
|
include: {
|
||||||
customer: true,
|
customer: true,
|
||||||
|
businessType: true,
|
||||||
province: true,
|
province: true,
|
||||||
district: true,
|
district: true,
|
||||||
subDistrict: true,
|
subDistrict: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue