aboutsummaryrefslogtreecommitdiff
path: root/src/classes/item.ts
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 22:16:22 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 22:16:22 +0530
commit37ef1ab2f544a05b5878c5bdaafd37155a054289 (patch)
treebd2ca480a33b16dd795d7f2a9047d12734f5c61e /src/classes/item.ts
parent511e5f3badb871a4407a1cfef2d17a8c99660d30 (diff)
added invoice edit page0.1.0
Diffstat (limited to 'src/classes/item.ts')
-rw-r--r--src/classes/item.ts2
1 files changed, 0 insertions, 2 deletions
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
}
}