From 79c42384ee61193fcb7d9b560d4f7b43fc7741b3 Mon Sep 17 00:00:00 2001 From: carlossa Date: Thu, 23 Mar 2023 08:26:06 +0100 Subject: [PATCH] refs #5439 role actualizado --- modules/item/front/request-search-panel/index.html | 2 +- modules/monitor/front/index/search-panel/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/item/front/request-search-panel/index.html b/modules/item/front/request-search-panel/index.html index 921dec0c0a..ae7f9bcc55 100644 --- a/modules/item/front/request-search-panel/index.html +++ b/modules/item/front/request-search-panel/index.html @@ -45,7 +45,7 @@ url="Workers/activeWithInheritedRole" search-function="{firstName: $search}" value-field="id" - where="{role: 'logistic'}" + where="{role: 'salesPerson'}" label="Comercial"> {{firstName}} {{name}} diff --git a/modules/monitor/front/index/search-panel/index.html b/modules/monitor/front/index/search-panel/index.html index 99c9dcd178..f478661c5f 100644 --- a/modules/monitor/front/index/search-panel/index.html +++ b/modules/monitor/front/index/search-panel/index.html @@ -97,7 +97,7 @@ url="Workers/activeWithInheritedRole" search-function="{firstName: $search}" value-field="id" - where="{role: 'logistic'}" + where="{role: 'salesPerson'}" label="Comercial"> {{firstName}} {{name}}