sale now shows available
This commit is contained in:
parent
8f5c7e3427
commit
21678340f7
|
@ -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>
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue