Add Stock & Warehouse

This commit is contained in:
Marko
2022-07-01 15:31:34 +02:00
parent 460411ab43
commit a2ef85c188
9 changed files with 486 additions and 23 deletions

View File

@@ -48,8 +48,6 @@ class OrdersRepository extends ServiceEntityRepository
throw $this->createNotFoundException('Order not found: '.$entity->getId());
}
}
public function remove(Orders $entity, bool $flush = false): void