Work on Service Reports
This commit is contained in:
@@ -93,7 +93,7 @@ class Controller_Reseller_Welcome extends Controller_Welcome {
|
||||
'date_payment'=>'Pay Date',
|
||||
'account->accnum()'=>'Num',
|
||||
'account->name()'=>'Account',
|
||||
'account->display("status")'=>'Active',
|
||||
'account->status(TRUE)'=>'Active',
|
||||
'total(TRUE)'=>'Total',
|
||||
'balance(TRUE)'=>'Balance',
|
||||
))
|
||||
|
@@ -25,7 +25,7 @@ return array
|
||||
),
|
||||
'invoice'=>0, // Number of invoices to generate in a pass
|
||||
'site'=>FALSE, // Glogal site debug
|
||||
'show_errors'=>TRUE, // Show errors instead of logging in the DB.
|
||||
'show_errors'=>FALSE, // Show errors instead of logging in the DB.
|
||||
'show_inactive'=>FALSE, // Show Inactive Items
|
||||
'task_sim'=>FALSE, // Simulate running tasks
|
||||
);
|
||||
|
Reference in New Issue
Block a user