Improvements to traffic collection, zero record ignore, some fixes to order_by
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
class Task_Invoice_Listoverdue extends Minion_Task {
|
||||
protected function _execute(array $params) {
|
||||
$overdue = ORM::factory('Invoice')->list_overdue();
|
||||
$overdue = ORM::factory('Invoice')->list_overdue(NULL,FALSE);
|
||||
|
||||
$rtms = $invoices = array();
|
||||
foreach ($overdue as $io)
|
||||
|
Reference in New Issue
Block a user