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 { ?> - - - - +