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
|
|
@ -40,8 +40,6 @@ Template.prodMgmtTbl.events({
|
|||
Session.set("prodEditId", this._id);
|
||||
let prodInfo = Products.findOne({ _id: this._id });
|
||||
$("#prodName").val(prodInfo.prodName);
|
||||
$("#prodCategory").val(prodInfo.prodCategory);
|
||||
$("#prodLocation").val(prodInfo.prodLocation);
|
||||
$("#prodStore").val(prodInfo.prodStore);
|
||||
$('select').formSelect();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue