Can alter on_hand and price of individual variants

This commit is contained in:
Rob H
2013-06-01 21:13:40 +05:30
committed by Rohan Mitchell
parent f3d778af1a
commit 0ca0abd0b2
5 changed files with 91 additions and 9 deletions

View File

@@ -321,7 +321,7 @@ describe("AdminBulkProductsCtrl", function(){
});
it("sums variant on_hand properties", function(){
expect(onHand(p1)).toEqual(6);r
expect(onHand(p1)).toEqual(6);
});
it("ignores items in variants without an on_hand property (adds 0)", function(){