diff --git a/src/controllers/customer-branch-controller.ts b/src/controllers/customer-branch-controller.ts index 2397a6c..d137400 100644 --- a/src/controllers/customer-branch-controller.ts +++ b/src/controllers/customer-branch-controller.ts @@ -203,6 +203,7 @@ export class CustomerBranchController extends Controller { async getById(@Path() branchId: string) { const record = await prisma.customerBranch.findFirst({ include: { + customer: true, province: true, district: true, subDistrict: true,