feat: doc template now include business type relation
This commit is contained in:
parent
1f63089363
commit
2cf325cc3c
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ const quotationData = (id: string) =>
|
|||
customerBranch: {
|
||||
include: {
|
||||
customer: true,
|
||||
businessType: true,
|
||||
province: true,
|
||||
district: true,
|
||||
subDistrict: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue