Merge branch 'develop'
This commit is contained in:
commit
e539c29dd8
1 changed files with 9 additions and 1 deletions
|
|
@ -170,7 +170,15 @@ export class TaskController extends Controller {
|
||||||
request: {
|
request: {
|
||||||
include: {
|
include: {
|
||||||
employee: true,
|
employee: true,
|
||||||
quotation: true,
|
quotation: {
|
||||||
|
include: {
|
||||||
|
customerBranch: {
|
||||||
|
include: {
|
||||||
|
customer: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
productService: {
|
productService: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue