sale now shows available

This commit is contained in:
gerard 2018-07-17 13:04:47 +02:00
parent 8f5c7e3427
commit 21678340f7
2 changed files with 6 additions and 9 deletions

View File

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

View File

@ -14,4 +14,5 @@ Continue anyway?: ¿Estás seguro?
The new quantity should be smaller than the old one: La nueva cantidad debe de ser menor que la anterior
You have to allow pop-ups in your web browser to use this functionality:
Debes permitir los pop-pups en tu navegador para que esta herramienta funcione correctamente
Disc: Dto
Disc: Dto
Available: Disponible