More ADSL updates and fixes from live site
This commit is contained in:
@@ -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',
|
||||
|
@@ -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'),
|
||||
|
Reference in New Issue
Block a user