From 1e3718715efc0e8a2991ac656cba52ec6e4ba146 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 2 Dec 2011 18:51:47 +0000 Subject: [PATCH] fix bill header git-svn-id: http://www.observium.org/svn/observer/trunk@2754 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/bill.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/bill.inc.php b/html/pages/bill.inc.php index c8aee48468..4c915bb6f5 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();