fixes to displaying billing (incomplete)

git-svn-id: http://www.observium.org/svn/observer/trunk@2420 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-05 17:09:50 +00:00
parent 4e61e47981
commit 5f8edbc426
2 changed files with 54 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ if (bill_permitted($bill_id))
if ($paidrate >= 1000000) { $paidrate_text = $paid_mb . "Mbps is the CDR."; }
$day_data = getDates($dayofmonth);
$datefrom = $day_data['0'];
$dateto = $day_data['1'];
$lastfrom = $day_data['2'];