remove currency symbol if unknown (#3381)

This commit is contained in:
Kevin Papst
2022-06-25 01:23:16 +02:00
committed by GitHub
parent 9f1f7b989c
commit f30bb89597
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class ActivityEditForm extends AbstractType
$customer = null;
$new = true;
$isGlobal = false;
$options['currency'] = null;
if (isset($options['data'])) {
/** @var Activity $entry */

View File

@@ -30,6 +30,7 @@ class ProjectEditForm extends AbstractType
{
$customer = null;
$id = null;
$options['currency'] = null;
if (isset($options['data'])) {
/** @var Project $entry */