mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:24:39 -04:00
Merge branch 'master' of https://github.com/turbo124/invoiceninja
This commit is contained in:
commit
f3927861bc
@ -785,6 +785,8 @@ info("get company");
|
|||||||
if($invoice->end_date < now())
|
if($invoice->end_date < now())
|
||||||
return 4;
|
return 4;
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function transformQuoteStatusId($quote)
|
private function transformQuoteStatusId($quote)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user