Add Stock & Warehouse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user