Fixes for recurring status
This commit is contained in:
parent
2f7e91b46d
commit
71acb1189e
1 changed files with 2 additions and 0 deletions
|
|
@ -783,6 +783,8 @@ info("get company");
|
|||
if($invoice->end_date < now())
|
||||
return 4;
|
||||
|
||||
return 1;
|
||||
|
||||
}
|
||||
|
||||
private function transformQuoteStatusId($quote)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue