Invoice testing and line item catchup

This commit is contained in:
Deon George
2020-02-12 21:32:57 +11:00
parent f41fc3eb9c
commit 5cc0dcd8e1
9 changed files with 146 additions and 42 deletions

View File

@@ -491,7 +491,7 @@ class User extends Authenticatable
continue;
}
foreach ($o->next_invoice_items() as $oo)
foreach ($o->next_invoice_items($future) as $oo)
$result->push($oo);
}