This commit is contained in:
parent
441568bdb7
commit
9e35499269
3 changed files with 15 additions and 1 deletions
|
@ -56,6 +56,7 @@ final class OrderItemController extends AbstractController
|
|||
}
|
||||
$menuItems = $menuItemRepository->findBy([
|
||||
'foodVendor' => $foodOrder->getFoodVendor(),
|
||||
'deletedAt' => null,
|
||||
]);
|
||||
|
||||
return $this->render('order_item/new.html.twig', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue