feat: also return full address
This commit is contained in:
parent
2c90c0c143
commit
ee858094e0
1 changed files with 7 additions and 1 deletions
|
|
@ -224,7 +224,13 @@ export class QuotationController extends Controller {
|
|||
select: { worker: true },
|
||||
},
|
||||
registeredBranch: true,
|
||||
customerBranch: true,
|
||||
customerBranch: {
|
||||
include: {
|
||||
province: true,
|
||||
district: true,
|
||||
subDistrict: true,
|
||||
},
|
||||
},
|
||||
worker: {
|
||||
include: {
|
||||
employee: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue