diff --git a/app/Views/report_general_invoice.php b/app/Views/report_general_invoice.php
index b9f1af42..562438e7 100755
--- a/app/Views/report_general_invoice.php
+++ b/app/Views/report_general_invoice.php
@@ -69,11 +69,11 @@
item_count; ?> |
invoice_type == 1) ? 'Book' : 'Membership'; ?> |
status; ?> |
- payment_method); ?> |
+ payment_method); ?> |
discount, 2, '.', ','); ?> |
shipping_charge, 2, '.', ','); ?> |
tax ? $row->tax : '0.00'; ?> |
- total_amount, 2, '.', ','); ?> |
+ total_amount, 2, '.', ','); ?> |
diff --git a/app/Views/report_itemwise.php b/app/Views/report_itemwise.php
index 77e49abd..725cd797 100755
--- a/app/Views/report_itemwise.php
+++ b/app/Views/report_itemwise.php
@@ -78,7 +78,7 @@
publisher_total_cost, 2); ?> |
book_name; ?> |
item_count; ?> |
- total_cost, 2); ?> |
+ total_cost, 2); ?> |
diff --git a/app/Views/report_userwise_and_eventwise.php b/app/Views/report_userwise_and_eventwise.php
index 609045c6..783648de 100644
--- a/app/Views/report_userwise_and_eventwise.php
+++ b/app/Views/report_userwise_and_eventwise.php
@@ -52,7 +52,7 @@
= $row['event_name'] ?> |
= $row['first_name'].' ('.$row['role'].')'?> |
= $row['books_sold'] ?> |
- = strtoupper($row['payment_method'])?> |
+ = strtoupper($row['payment_method'])?> |
= $row['total_amount'] ?> |