diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index a96fb893..7b044d2a 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -1425,8 +1425,7 @@ and it's probably not a big list to fill anyway this.pvm.subRights.outsideServices.visible && this.form().showMe(this, "WorkOrderItemOutsideServiceList") && this.value.items[this.activeItemIndex].outsideServices.length > 0 && - !this.value.userIsSubContractorFull && - !this.value.userIsSubContractorRestricted + !this.value.userIsRestrictedType ); } }