From b1b874ba771d8dc78d6b17c320ca9993b25d93a1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 16 Oct 2022 19:36:22 +0530 Subject: Items can now strictly have whole number quantities --- src/classes/item.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/classes') diff --git a/src/classes/item.js b/src/classes/item.js index 65e8fed..aa0dd0c 100644 --- a/src/classes/item.js +++ b/src/classes/item.js @@ -39,6 +39,7 @@ export class Item { this.GSTPercentage = 0.00; this.MinQuantity = 0.00; this.MaxQuantity = 0.00; + this.HasDecimalQuantity = false; } } -- cgit v1.2.3