Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
ad7be8f9b4
|
@ -11,8 +11,8 @@ vn-descriptor-content {
|
||||||
& > img[ng-src] {
|
& > img[ng-src] {
|
||||||
min-height: 16em;
|
min-height: 16em;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
width: 256px;
|
||||||
width: 100%;
|
height: 256px;
|
||||||
}
|
}
|
||||||
|
|
||||||
vn-float-button {
|
vn-float-button {
|
||||||
|
|
|
@ -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