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',

View File

@@ -18,6 +18,7 @@ class StaticList_ItemType extends StaticList {
3=> _('Service Change Fee'),
4=> _('Service Connection Fee'),
5=>_('Excess Usage'), // Excess Service Item, of item 0
6=> _('Service Cancellation Fee'),
125=>_('Payment Fee'), // Payment processing fee
126=> _('Rounding'),
127=> _('Late Payment Fee'),