mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed displaying hostname in create bill when port is passed (#13830)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user