From 3489476ad68015c6cc8120321bf4bce10e10fd72 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Mon, 8 Jun 2015 12:52:38 +0200 Subject: [PATCH] Fixed percentagebar on /bills/ --- html/pages/bills.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php index 6a900f9fe1..878c41d2f4 100644 --- a/html/pages/bills.inc.php +++ b/html/pages/bills.inc.php @@ -271,7 +271,7 @@ for ($x=1;$x<32;$x++) { $allowed $used $overuse - ".print_percentage_bar (250, 20, $perc, NULL, "ffffff", $background['left'], $percent . "%", "ffffff", $background['right'])." + ".print_percentage_bar (250, 20, $percent, NULL, "ffffff", $background['left'], $percent . "%", "ffffff", $background['right'])." "bill", 'bill_id' => $bill['bill_id'], 'view' => "edit"))."'>Edit Edit ");