diff --git a/includes/html/pages/bill.inc.php b/includes/html/pages/bill.inc.php index 3586eb7cc7..6daef9f864 100644 --- a/includes/html/pages/bill.inc.php +++ b/includes/html/pages/bill.inc.php @@ -187,6 +187,7 @@ if ($vars['view'] == 'edit' && LegacyAuth::user()->hasGlobalAdmin()) { $cdr = $bill_data['bill_cdr']; $rate_95th = round($rate_95th, 2); $percent = round((($rate_95th) / $cdr * 100), 2); + $background = get_percentage_colours($percent); $type = '&95th=yes'; ?>