feat: doc template now include business type relation
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-07-09 17:45:14 +07:00
parent 36c9c25f61
commit 1cf53c91aa

View file

@ -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,