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