mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-13 23:37:47 +00:00
Can alter on_hand and price of individual variants
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user