From c3b5f57ad13e4e1bb04f7858b166a298d2d49a1c Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Fri, 28 Aug 2020 12:28:02 -0600 Subject: [PATCH] Update device_profile_edit.php (#5430) * Update device_profile_edit.php expansion modules update --- app/devices/device_profile_edit.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/devices/device_profile_edit.php b/app/devices/device_profile_edit.php index bbb255a263..b47fcd541d 100644 --- a/app/devices/device_profile_edit.php +++ b/app/devices/device_profile_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Copyright (C) 2019 All Rights Reserved. + Copyright (C) 2020 All Rights Reserved. Contributor(s): Mark J Crane @@ -502,6 +502,9 @@ echo " \n"; echo " \n"; } + elseif (strtolower($row['profile_key_vendor']) == "grandstream") { + echo " \n"; + } else { if (strtolower($row['profile_key_vendor']) == "cisco" || strtolower($row['profile_key_vendor']) == "yealink") { echo " \n";