From d2f4ecf7ff02bff99b29e18e808b3be267c72594 Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Sun, 18 Aug 2024 09:28:04 -0500 Subject: [PATCH] updated to send isLinked value --- client/MenuItems/menuItemsForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/MenuItems/menuItemsForm.js b/client/MenuItems/menuItemsForm.js index c22f5c9..9419402 100644 --- a/client/MenuItems/menuItemsForm.js +++ b/client/MenuItems/menuItemsForm.js @@ -89,7 +89,7 @@ Template.menuItemsForm.events({ $("#dateServed").val(""); // now add this item to the menu - Meteor.call('addto.Menu', menuId, menuItem, result, dateSrv, function(error, nresult) { + Meteor.call('addto.Menu', menuId, menuItem, result, dateSrv, false, function(error, nresult) { if (error) { console.log(" ERROR adding menuitem to menu: " + error); } else {