diff --git a/src/Service/ProjectBillingService.php b/src/Service/ProjectBillingService.php index 149dc094..04baa5ca 100644 --- a/src/Service/ProjectBillingService.php +++ b/src/Service/ProjectBillingService.php @@ -242,7 +242,7 @@ public function createProjectBilling(int $projectBillingId): void $product = $prefixWithAccount( $defaultAccount, - $this->getInvoiceEntryProduct($issue) + $issue->getName() ); $price = $this->clientHelper->getStandardPrice($client);