Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-22 07:27:51 +01:00
commit ad7be8f9b4
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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})