Skip to content

Commit

Permalink
1635: Cleaned up product name
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jun 13, 2024
1 parent 5a84da7 commit be35f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ProjectBillingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function createProjectBilling(int $projectBillingId): void

$product = $prefixWithAccount(
$defaultAccount,
$this->getInvoiceEntryProduct($issue)
$issue->getName()
);
$price = $this->clientHelper->getStandardPrice($client);

Expand Down

0 comments on commit be35f38

Please sign in to comment.