From 0851068876b583f7616803f40600335aa34d81c7 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 8 Mar 2018 08:44:55 +0000 Subject: [PATCH] removed insurance field in inward report --- application/views/Report_purchase_inward.php | 21 ++++++-------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/application/views/Report_purchase_inward.php b/application/views/Report_purchase_inward.php index adbac0d0..2f7bb334 100755 --- a/application/views/Report_purchase_inward.php +++ b/application/views/Report_purchase_inward.php @@ -225,6 +225,9 @@ table.dataTable thead > tr > td.sorting { + *Insurance field not included + +
@@ -248,7 +251,6 @@ table.dataTable thead > tr > td.sorting { Discount  () Freight  () Package  () - Insurance  () Total  () @@ -265,7 +267,7 @@ table.dataTable thead > tr > td.sorting { $tot_dis = 0; $tot_frg = 0; $tot_pac = 0; - $tot_inc = 0; + //$tot_inc = 0; $tot_tot = 0; foreach($purchase as $rel) @@ -312,9 +314,7 @@ table.dataTable thead > tr > td.sorting { Package; echo $rel->Package;?> - insurance; - echo $rel->insurance;?> + total,2); ?> @@ -454,16 +454,7 @@ table.dataTable thead > tr > td.sorting { ?> - - - - +