This commit is contained in:
parent
269a2576b2
commit
1b2f851525
|
@ -57,6 +57,13 @@
|
|||
value="{{tag.value}}">
|
||||
</vn-label-value>
|
||||
</div>
|
||||
<div class="icons">
|
||||
<vn-icon
|
||||
vn-tooltip="Item inactive"
|
||||
icon="icon-unavailable"
|
||||
ng-class="{bright: $ctrl.item.isActive == false}">
|
||||
</vn-icon>
|
||||
</div>
|
||||
<div class="quicklinks">
|
||||
<a ng-if="$ctrl.quicklinks.btnOne"
|
||||
vn-tooltip="{{::$ctrl.quicklinks.btnOne.tooltip}}"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Regularize stock: Regularizar stock
|
||||
Type the visible quantity: Introduce la cantidad visible
|
||||
Item inactive: Artículo inactivo
|
Loading…
Reference in New Issue