remove currency symbol if unknown (#3381)
This commit is contained in:
@@ -33,6 +33,7 @@ class ActivityEditForm extends AbstractType
|
||||
$customer = null;
|
||||
$new = true;
|
||||
$isGlobal = false;
|
||||
$options['currency'] = null;
|
||||
|
||||
if (isset($options['data'])) {
|
||||
/** @var Activity $entry */
|
||||
|
||||
@@ -30,6 +30,7 @@ class ProjectEditForm extends AbstractType
|
||||
{
|
||||
$customer = null;
|
||||
$id = null;
|
||||
$options['currency'] = null;
|
||||
|
||||
if (isset($options['data'])) {
|
||||
/** @var Project $entry */
|
||||
|
||||
Reference in New Issue
Block a user