diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-09 08:46:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-09 08:46:10 +0530 |
commit | b1702a8dd3566d18e2344ec856a73eb1a778cc54 (patch) | |
tree | 2624a189ff4d3c5972ab581b2a5b7c434c7fed73 /src/components/PrintPreviewItemsList.vue | |
parent | b4c95bb5e9a479007853992e0fb9f5dadedb1940 (diff) |
using 0.00 as a placeholder until discount gets implemented
Diffstat (limited to 'src/components/PrintPreviewItemsList.vue')
-rw-r--r-- | src/components/PrintPreviewItemsList.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PrintPreviewItemsList.vue b/src/components/PrintPreviewItemsList.vue index 2e81e9a..1b105e2 100644 --- a/src/components/PrintPreviewItemsList.vue +++ b/src/components/PrintPreviewItemsList.vue @@ -29,7 +29,7 @@ <div class="cell">{{ item.HSN }}</div> <div class="cell">{{ item.Quantity }}</div> <div class="cell">{{ item.UnitPrice }}</div> - <div class="cell">null</div> + <div class="cell">0.00</div> <div class="cell">{{ item.AmountWithoutGST }}</div> <div class="cell nested-col"> <!-- TODO: check if cgst+sgst or igst needs to be calculated --> |