fix percent bar also for quota bills

completes #1208
This commit is contained in:
Zollner Robert
2015-10-25 03:25:00 +02:00
parent a7bf0e0857
commit 514692cc2b

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';
}