diff --git a/application/views/Report_monthly_gst_table.php b/application/views/Report_monthly_gst_table.php
index 5dc54bd1..d64ce49e 100644
--- a/application/views/Report_monthly_gst_table.php
+++ b/application/views/Report_monthly_gst_table.php
@@ -230,27 +230,27 @@
doc_type;?> |
hsn_code;?> |
value,2);
+ $tot_val= $tot_val + $rel->value;
echo $rel->value;
?> |
others,2);
+ $tot_oth= $tot_oth + $rel->others;
echo $rel->others;
?> |
sgst,2);
+ $tot_sgst= $tot_sgst + $rel->sgst;
echo $rel->sgst;
?> |
cgst,2);
+ $tot_cgst= $tot_cgst + $rel->cgst;
echo $rel->cgst;
?> |
igst,2);
+ $tot_igst= $tot_igst + $rel->igst;
echo $rel->igst;
?> |
total,2);
+ $tot_tot= $tot_tot + $rel->total;
echo $rel->total;
?> |
@@ -294,7 +294,7 @@