fix invoice budget calculation (#3024)
This commit is contained in:
@@ -78,6 +78,9 @@ final class InvoiceModel
|
||||
*/
|
||||
private $invoiceNumber;
|
||||
|
||||
/**
|
||||
* @internal use InvoiceModelFactory
|
||||
*/
|
||||
public function __construct(InvoiceFormatter $formatter, CustomerStatisticService $customerStatistic, ProjectStatisticService $projectStatistic, ActivityStatisticService $activityStatistic)
|
||||
{
|
||||
$this->invoiceDate = new \DateTime();
|
||||
|
||||
Reference in New Issue
Block a user