diff --git a/app/Views/sales_invoice.php b/app/Views/sales_invoice.php
index 7d1e9b5a..799e0ae0 100755
--- a/app/Views/sales_invoice.php
+++ b/app/Views/sales_invoice.php
@@ -171,8 +171,8 @@
Invoice No |
Client Name |
Product |
- Rate |
Quantity |
+ Rate |
Sub Total |
GST |
Total |
@@ -205,8 +205,8 @@
client_name ?> |
item_name ?> |
- item_price, 2, '.', ',') ?> |
item_quantity, 2, '.', ',') ?> |
+ item_price, 2, '.', ',') ?> |
|
|
|