feat: doc template now include business type relation

This commit is contained in:
Methapon2001 2025-07-09 17:45:14 +07:00 committed by Kanjana
parent 1f63089363
commit 2cf325cc3c

View file

@ -36,6 +36,7 @@ const quotationData = (id: string) =>
customerBranch: {
include: {
customer: true,
businessType: true,
province: true,
district: true,
subDistrict: true,