From b8f6b3555cf96838853ea27d52a96e7da69f2bdb Mon Sep 17 00:00:00 2001 From: Richard Lawley Date: Thu, 3 Mar 2016 15:03:06 +0000 Subject: [PATCH] Previous Billing Period view links directly to historical usage --- html/pages/bills/pmonth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/bills/pmonth.inc.php b/html/pages/bills/pmonth.inc.php index 39f1ff75c..d7f78fc4d 100644 --- a/html/pages/bills/pmonth.inc.php +++ b/html/pages/bills/pmonth.inc.php @@ -52,7 +52,7 @@ foreach (dbFetchRows('SELECT * FROM `bills` ORDER BY `bill_name`') as $bill) { echo " - 'bill', 'bill_id' => $bill['bill_id'])).'">'.$bill['bill_name'].'
from '.strftime('%x', strtotime($datefrom)).' to '.strftime('%x', strtotime($dateto))." + 'bill', 'bill_id' => $bill['bill_id'], 'view' => 'history', detail => $history['bill_hist_id'])).'">'.$bill['bill_name'].'
from '.strftime('%x', strtotime($datefrom)).' to '.strftime('%x', strtotime($dateto))." $type $allowed $in