From dd43fa6e64f044d4f816c4ce93a8ca060c80c1b7 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 30 Oct 2017 10:58:44 +0000 Subject: [PATCH] alert box removed in editRevenueAmendPO file --- application/views/editRevenueAmendPO.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/editRevenueAmendPO.php b/application/views/editRevenueAmendPO.php index eb56f786..025d5c43 100644 --- a/application/views/editRevenueAmendPO.php +++ b/application/views/editRevenueAmendPO.php @@ -737,7 +737,7 @@ function calculatePackaging() { if(FreightCalculation != 0 &&$('#txtEditAfterDiscount').val() == '') { - alert(FreightType); + //alert(FreightType); alert('Please Enter the Discount value'); $('#EditDiscountType').focus(); $('#txtEditFreight').val(''); @@ -830,7 +830,7 @@ function calculatePackaging() function SetFreightOption() { FreightCalculation = $("input:radio[name='optfreight']:checked").val(); - alert("this is value taken as before after radio value"+FreightCalculation); + // alert("this is value taken as before after radio value"+FreightCalculation); $('#freightmodel').modal('hide'); calculateFreight(); }