Fixed displaying hostname in create bill when port is passed (#13830)

This commit is contained in:
Neil Lathwood
2022-03-14 23:38:59 +00:00
committed by GitHub
parent 9036fd53b4
commit 369617ffa1
+1
View File
@@ -23,6 +23,7 @@ if (Auth::user()->hasGlobalAdmin()) {
$bill_data['bill_ref'] = $port['port_descr_circuit'];
$bill_data['bill_notes'] = $port['port_descr_speed'];
$port_device_id = $port['device_id'];
$device['hostname'] = $port['hostname'];
} ?>
<div class="modal fade bs-example-modal-sm" id="create-bill" tabindex="-1" role="dialog" aria-labelledby="Create" aria-hidden="true">