mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Removed Categories and Locations
This commit is contained in:
parent
c916c278a2
commit
2b1022f513
23 changed files with 4 additions and 637 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue