JTL Import

This commit is contained in:
Marko
2023-08-24 13:00:52 +02:00
parent 873162859c
commit 6b85ee1596
22 changed files with 77987 additions and 201 deletions

View File

@@ -23,7 +23,7 @@ class StockRepository extends ServiceEntityRepository
public function save(Stock $entity, bool $flush = false): void
{
$entity->setUpdateTime(new \DateTime());
//$entity->setUpdateTime(new \DateTime());
$this->getEntityManager()->persist($entity);
@@ -65,4 +65,4 @@ class StockRepository extends ServiceEntityRepository
// ->getOneOrNullResult()
// ;
// }
}
}