updates
This commit is contained in:
@@ -46,6 +46,10 @@ InventoryArticle.prototype = {
|
||||
},
|
||||
get Sale() {
|
||||
return this.Sold * this.article.PortionPrice;
|
||||
},
|
||||
get StepSize() {
|
||||
singlePack = this.article.Portions == 1;
|
||||
return singlePack ? 1 : 0.05;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user