mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
billing rewrite (disabling svn after)
git-svn-id: http://www.observium.org/svn/observer/trunk@2758 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -8,7 +8,7 @@ if ($_POST['action'] == "delete_bill" && $_POST['confirm'] == "confirm")
|
||||
dbDelete('port_out_measurements', '`port_id` = ?', array($port_data['bill_id']));
|
||||
}
|
||||
|
||||
dbDelete('bill_history', '`bill_id` = ?', array($bill_id));
|
||||
dbDelete('bill_hist', '`bill_id` = ?', array($bill_id));
|
||||
dbDelete('bill_ports', '`bill_id` = ?', array($bill_id));
|
||||
dbDelete('bill_data', '`bill_id` = ?', array($bill_id));
|
||||
dbDelete('bill_perms', '`bill_id` = ?', array($bill_id));
|
||||
|
||||
Reference in New Issue
Block a user