Fixes and updates.
This commit is contained in:
@@ -14,7 +14,7 @@ import {SimpleSchema} from 'meteor/aldeed:simple-schema';
|
||||
* A product that is hidden is one that exists in the system as a historical artifact due to there still being data attached to it (sales for example). It should not normally show in lists, and should show up with a red indicator if it is displayed.
|
||||
*/
|
||||
|
||||
Products = new Mongo.Collection('Products');
|
||||
let Products = new Mongo.Collection('Products');
|
||||
|
||||
const ProductsSchema = new SimpleSchema({
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user