|
|
@@ -16,6 +16,7 @@ use Lc\ShopBundle\Context\PointSaleInterface; |
|
|
|
use Lc\ShopBundle\Context\ProductFamilyInterface; |
|
|
|
use Lc\ShopBundle\Context\ProductFamilyUtilsInterface; |
|
|
|
use Lc\ShopBundle\Context\ReminderInterface; |
|
|
|
use Lc\ShopBundle\Context\SluggableInterface; |
|
|
|
use Lc\ShopBundle\Context\TaxRateInterface; |
|
|
|
use Lc\ShopBundle\Context\UnitInterface; |
|
|
|
use Lc\ShopBundle\Context\UserInterface; |
|
|
@@ -62,6 +63,10 @@ class UtilsProcess |
|
|
|
$this->em->persist($newAddress); |
|
|
|
} |
|
|
|
|
|
|
|
if($newEntity instanceof SluggableInterface){ |
|
|
|
$newEntity->setTitle($newEntity->getTitle().' '); |
|
|
|
} |
|
|
|
|
|
|
|
$this->em->persist($newEntity); |
|
|
|
if($flush){ |
|
|
|
$this->em->flush(); |