This commit is contained in:
Kenneth Jao 2015-01-11 19:30:26 -05:00
commit fb9d041e0f
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Template.chromebook.events({
Chromebooks.update(this._id, {$set: {status: 0}});
Chromebooks.update(this._id, {$set: {last_checkout: null}});
Chromebooks.update(this._id, {$set: {userid: null}});
Chromebooks.update(this._id, {$set: {user: null}});
}
}
});

View File

@ -0,0 +1 @@
carts = new Mongo.Collection("carts");