More ADSL updates and fixes from live site

This commit is contained in:
Deon George
2013-11-15 21:05:22 +11:00
parent c66f2f14c4
commit a711e70b60
9 changed files with 118 additions and 229 deletions

View File

@@ -69,7 +69,7 @@ class Controller_Reseller_Welcome extends Controller_Welcome {
->title_icon('icon-info-sign')
->span(6)
->body(Table::factory()
->data($o->list_due())
->data($o->list_due(time()))
->columns(array(
'id'=>'ID',
'due_date'=>'Due',