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(); }