1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00
This commit is contained in:
David Bomba 2021-04-19 13:36:06 +10:00
commit f3927861bc

View File

@ -785,6 +785,8 @@ info("get company");
if($invoice->end_date < now())
return 4;
return 1;
}
private function transformQuoteStatusId($quote)