updated to send isLinked value

This commit is contained in:
Brian McGonagill 2024-08-18 09:28:04 -05:00
parent a139335a4c
commit d2f4ecf7ff

View file

@ -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 {