Implemented basic inventory
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Template.containerTable.helpers({
|
||||
items: function(){
|
||||
return Items.find({container: this._id});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user