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: {
|
||||
include: {
|
||||
employee: true,
|
||||
quotation: true,
|
||||
quotation: {
|
||||
include: {
|
||||
customerBranch: {
|
||||
include: {
|
||||
customer: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
productService: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue