2739 - Invoice fix
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c8ecdfe380
commit
1c7325c1c0
|
@ -60,7 +60,8 @@ class Controller extends Section {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{relation: 'ship'},
|
{relation: 'ship'},
|
||||||
{relation: 'stowaway'}]
|
{relation: 'stowaway'},
|
||||||
|
{relation: 'invoiceOut'}]
|
||||||
};
|
};
|
||||||
|
|
||||||
return this.$http.get(`Tickets/${this.ticketId}`, {filter})
|
return this.$http.get(`Tickets/${this.ticketId}`, {filter})
|
||||||
|
|
Loading…
Reference in New Issue