Bug #431 error con tickets sin foto

This commit is contained in:
gerard 2018-07-25 11:37:15 +02:00
parent f3ad02e28c
commit 82b0323847
2 changed files with 3 additions and 2 deletions

View File

@ -74,7 +74,7 @@
</vn-td>
<vn-td>
<vn-icon
ng-show="sale.visible || sale.available"
ng-show="!sale.visible || !sale.available"
orange
icon="warning"
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.translate.instant('Available')}} {{::sale.available || 0}}">

View File

@ -81,7 +81,8 @@ vn-ticket-sale {
}
}
img {
border-radius: 50%;
border-radius: 50%;
max-width: 50px;
}
}