Fixes from live website
This commit is contained in:
@@ -14,7 +14,6 @@ class Task_Invoice_Complete extends Task {
|
||||
$c = 0;
|
||||
|
||||
$o = ORM::factory('Invoice')
|
||||
->where_active()
|
||||
->where_unprocessed();
|
||||
|
||||
foreach ($o->find_all() as $io) {
|
||||
|
Reference in New Issue
Block a user