Merge pull request #2198 from Lupul/patch-1

fix percent bar also for quota bills
This commit is contained in:
Neil Lathwood
2015-10-26 11:35:46 +00:00
+1 -1
View File
@@ -188,7 +188,7 @@ if (bill_permitted($bill_id)) {
$background = get_percentage_colours($percent);
echo '<p>'.print_percentage_bar(350, 20, $perc, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']).'</p>';
echo '<p>'.print_percentage_bar(350, 20, $percent, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']).'</p>';
$type = '&amp;ave=yes';
}