Skip to content

Commit

Permalink
Keep device vendor when using alternate device (#6591)
Browse files Browse the repository at this point in the history
  • Loading branch information
trideeindhoven committed Mar 28, 2023
1 parent d5850f1 commit 8c0f8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/provision/resources/classes/provision.php
Expand Up @@ -600,9 +600,9 @@ public function render() {
$device_firmware_version = $row["device_firmware_version"];
$device_user_uuid = $row["device_user_uuid"];
$device_location = strtolower($row["device_location"]);
$device_vendor = strtolower($row["device_vendor"]);
//keep the original device_vendor
$device_enabled = $row["device_enabled"];
//keep the original template
//keep the original device_template
$device_description = $row["device_description"];
}
}
Expand Down

0 comments on commit 8c0f8e8

Please sign in to comment.