diff --git a/html/pages/bill.inc.php b/html/pages/bill.inc.php
index c8aee4846..4c915bb6f 100644
--- a/html/pages/bill.inc.php
+++ b/html/pages/bill.inc.php
@@ -78,7 +78,7 @@ if (bill_permitted($bill_id))
echo("
- Bill : " . $bill_name . "
");
+ Bill : " . $bill_data['bill_name'] . "");
print_optionbar_start();