Many updates as a result of updating lnapp; added SSL service order
This commit is contained in:
@@ -20,7 +20,7 @@ class Task_Invoice_Service extends Minion_Task {
|
||||
$max = ($x=Kohana::$config->load('debug')->invoice) ? $x : ORM::factory('Invoice')->config('GEN_INV_MAX');
|
||||
// Sort our service by account_id, then we can generate 1 invoice.
|
||||
$svs = ORM::factory('Service')->list_invoicesoon($params['days'])->as_array();
|
||||
Sort::MAsort($svs,'account_id');
|
||||
Sort::MAsort($svs,array('account_id'));
|
||||
|
||||
$sids = $params['id'] ? explode(':',$params['id']) : array();
|
||||
|
||||
|
Reference in New Issue
Block a user