2832 Fixed problem with conditional for validate the role on item summary #568
|
@ -111,7 +111,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<h4
|
<h4
|
||||||
translate
|
translate
|
||||||
ng-show="!$ctrl.isBuyer || !$ctrl.isReplenisher">
|
ng-show="!$ctrl.isBuyer && !$ctrl.isReplenisher">
|
||||||
Tags
|
Tags
|
||||||
</h4>
|
</h4>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<h4
|
<h4
|
||||||
translate
|
translate
|
||||||
ng-show="!$ctrl.isBuyer || !$ctrl.isAdministrative">
|
ng-show="!$ctrl.isBuyer && !$ctrl.isAdministrative">
|
||||||
Tax
|
Tax
|
||||||
</h4>
|
</h4>
|
||||||
<vn-label-value label="{{tax.country.country}}"
|
<vn-label-value label="{{tax.country.country}}"
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<h4
|
<h4
|
||||||
translate
|
translate
|
||||||
ng-show="!$ctrl.isBuyer || !$ctrl.isReplenisher">
|
ng-show="!$ctrl.isBuyer && !$ctrl.isReplenisher">
|
||||||
Niche
|
Niche
|
||||||
</h4>
|
</h4>
|
||||||
<vn-label-value label="{{niche.warehouse.name}}"
|
<vn-label-value label="{{niche.warehouse.name}}"
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<h4
|
<h4
|
||||||
translate
|
translate
|
||||||
ng-show="!$ctrl.isBuyer || !$ctrl.isReplenisher">
|
ng-show="!$ctrl.isBuyer && !$ctrl.isReplenisher">
|
||||||
Barcode
|
Barcode
|
||||||
</h4>
|
</h4>
|
||||||
<p ng-repeat="barcode in $ctrl.summary.item.itemBarcode track by $index">
|
<p ng-repeat="barcode in $ctrl.summary.item.itemBarcode track by $index">
|
||||||
|
|
Loading…
Reference in New Issue