Update device_edit.php (#4822)

This commit is contained in:
chansizzle 2019-11-05 09:12:29 -07:00 committed by FusionPBX
parent 44d3d972e8
commit 2a72867e71
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
//check for all required data
$msg = '';
if (strlen($device_mac_address) == 0) { $msg .= $text['message-required'].$text['label-extension']."<br>\n"; }
if (strlen($device_mac_address) == 0) { $msg .= $text['message-required'].$text['label-device_mac_address']."<br>\n"; }
//if (strlen($device_label) == 0) { $msg .= "Please provide: Label<br>\n"; }
//if (strlen($device_vendor) == 0) { $msg .= "Please provide: Vendor<br>\n"; }
//if (strlen($device_model) == 0) { $msg .= "Please provide: Model<br>\n"; }