mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix bill permissions (#10005)
This commit is contained in:
@@ -200,7 +200,7 @@ class Permissions
|
||||
public function getBillPermissions()
|
||||
{
|
||||
if (is_null($this->billPermissions)) {
|
||||
$this->billPermissions = DB::table('bill_ports')->get();
|
||||
$this->billPermissions = DB::table('bill_perms')->get();
|
||||
}
|
||||
|
||||
return $this->billPermissions;
|
||||
|
Reference in New Issue
Block a user