Added first pass at denormalizing inventory data, needs testing and integration
This commit is contained in:
@@ -38,6 +38,10 @@ const ComputedOnlyContainerSchema = new SimpleSchema({
|
||||
type: Number,
|
||||
optional: true,
|
||||
},
|
||||
contentsValue:{
|
||||
type: Number,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
const ComputedContainerSchema = new SimpleSchema()
|
||||
|
||||
Reference in New Issue
Block a user