From 851cc00035d361257af5f335f9528d2408d76334 Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 17 Dec 2018 13:14:23 +0100 Subject: [PATCH] changed the searched role of the salesperson autocomplete for employee --- client/client/src/create/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client/src/create/index.html b/client/client/src/create/index.html index 0e0ed8e78..e2fe45b53 100644 --- a/client/client/src/create/index.html +++ b/client/client/src/create/index.html @@ -17,7 +17,7 @@ search-function="{firstName: $search}" show-field="firstName" value-field="id" - where="{role: 'salesPerson'}" + where="{role: 'employee'}" label="Salesperson"> {{firstName}} {{name}}