From 37ef1ab2f544a05b5878c5bdaafd37155a054289 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Dec 2023 22:16:22 +0530 Subject: added invoice edit page --- src/classes/item.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/classes/item.ts') diff --git a/src/classes/item.ts b/src/classes/item.ts index 271eb3d..ba437a7 100644 --- a/src/classes/item.ts +++ b/src/classes/item.ts @@ -1,6 +1,5 @@ export default class Item { unitofmeasure: string - hasdecimalquantity: boolean name: string description: string hsn: string @@ -15,7 +14,6 @@ export default class Item { this.unitprice = '' this.gstpercentage = '' this.unitofmeasure = '' - this.hasdecimalquantity = false this.brandid = 0 } } -- cgit v1.2.3