Devices OLT Kunden Update

Bei OLT Kunden wo Seriennummern gefunden es aber keine Kundenummer gibt, wird nun die Adresse angezeigt.

PopRacks Device Verlinkung
This commit is contained in:
Spi
2023-11-21 17:32:48 +01:00
parent 0ee388f3d6
commit 1cf99818c6
5 changed files with 19 additions and 37 deletions

View File

@@ -54,7 +54,7 @@ class PoprackmoduleModel
{
$items = [];
$db = FronkDB::singleton();
$sql = "SELECT `id`, `name`, `start_he`,`end_he` FROM `Poprackmodule` WHERE `poprack_id`='" . $poprack_id . "' AND type ='0' ORDER by name";
$sql = "SELECT `id`, `name`, `start_he`,`end_he`,`plug`,`ports` FROM `Poprackmodule` WHERE `poprack_id`='" . $poprack_id . "' AND type ='0' ORDER by start_he";
$res = $db->query($sql);
if ($db->num_rows($res)) {