{{ block('label') }} {% if item.getExtra('error') > 0 %}({{ item.getExtra('error') }}){% endif %}
diff --git a/src/new/src/PSC/Shop/ContactBundle/Model/Contact.php b/src/new/src/PSC/Shop/ContactBundle/Model/Contact.php
index 0756df981..29487d4ae 100755
--- a/src/new/src/PSC/Shop/ContactBundle/Model/Contact.php
+++ b/src/new/src/PSC/Shop/ContactBundle/Model/Contact.php
@@ -502,6 +502,4 @@ class Contact
{
$this->countryCode = $countryCode;
}
-
-
}
diff --git a/src/new/src/PSC/Shop/EntityBundle/Document/Contact.php b/src/new/src/PSC/Shop/EntityBundle/Document/Contact.php
index 5da64f37a..03fdbb3e7 100755
--- a/src/new/src/PSC/Shop/EntityBundle/Document/Contact.php
+++ b/src/new/src/PSC/Shop/EntityBundle/Document/Contact.php
@@ -208,9 +208,7 @@ class Contact
#[Field(type: 'string')]
protected $layouterSettings;
- /**
- * @var float $priceFactor;
- */
+
#[Field(type: 'float')]
protected $priceFactor;
@@ -877,5 +875,4 @@ class Contact
{
$this->layouterCountryCode = $layouterCountryCode;
}
-
}
diff --git a/src/new/src/PSC/Shop/UserBundle/PSCShopUserBundle.php b/src/new/src/PSC/Shop/UserBundle/PSCShopUserBundle.php
index 3d7029bca..ca4116046 100755
--- a/src/new/src/PSC/Shop/UserBundle/PSCShopUserBundle.php
+++ b/src/new/src/PSC/Shop/UserBundle/PSCShopUserBundle.php
@@ -33,7 +33,5 @@ class PSCShopUserBundle extends Bundle
public function build(ContainerBuilder $container)
{
parent::build($container);
- // $extension = $container->getExtension('security');
- // $extension->addAuthenticatorFactory(new pscAppFactory());
}
}
diff --git a/src/new/tests/PSC/Shop/Order/Service/calc2.xml b/src/new/tests/PSC/Shop/Order/Service/calc2.xml
index a355b2d41..6b6f5cedb 100644
--- a/src/new/tests/PSC/Shop/Order/Service/calc2.xml
+++ b/src/new/tests/PSC/Shop/Order/Service/calc2.xml
@@ -7,7 +7,7 @@