Removed Categories and Locations

This commit is contained in:
Brian McGonagill 2024-07-06 11:13:35 -05:00
parent c916c278a2
commit 2b1022f513
23 changed files with 4 additions and 637 deletions

View file

@ -35,9 +35,7 @@ Meteor.methods({
listId: listId,
prodId: result,
addedBy: this.userId,
itemCategory: "",
itemStore: "",
itemLocation: "",
itemOrdered: false,
itemReceived: false,
dateAddedToList: new Date(),
@ -50,9 +48,7 @@ Meteor.methods({
listId: listId,
prodId: prodInfo._id,
addedBy: this.userId,
itemCategory: prodInfo.prodCategory,
itemStore: prodInfo.prodStore,
itemLocation: prodInfo.prodLocation,
itemOrdered: false,
itemReceived: false,
dateAddedToList: new Date(),