sale now shows available
This commit is contained in:
parent
8f5c7e3427
commit
21678340f7
|
@ -74,14 +74,10 @@
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td>
|
<vn-td>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
ng-show="sale.visible"
|
ng-show="sale.visible || sale.available"
|
||||||
|
orange
|
||||||
icon="warning"
|
icon="warning"
|
||||||
vn-tooltip="Visible: {{::sale.visible}}">
|
vn-tooltip="Visible: {{::sale.visible}} <br> {{::$ctrl.translate.instant('Available')}} {{::sale.available}}">
|
||||||
</vn-icon>
|
|
||||||
<vn-icon
|
|
||||||
ng-show="sale.avaible"
|
|
||||||
icon="warning"
|
|
||||||
vn-tooltip="Avaible: {{::sale.avaible}}">
|
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<vn-icon ng-show="sale.reserved" icon="icon-reserved"></vn-icon>
|
<vn-icon ng-show="sale.reserved" icon="icon-reserved"></vn-icon>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
|
|
|
@ -15,3 +15,4 @@ The new quantity should be smaller than the old one: La nueva cantidad debe de s
|
||||||
You have to allow pop-ups in your web browser to use this functionality:
|
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
|
Debes permitir los pop-pups en tu navegador para que esta herramienta funcione correctamente
|
||||||
Disc: Dto
|
Disc: Dto
|
||||||
|
Available: Disponible
|
Loading…
Reference in New Issue