alert box removed in editRevenueAmendPO file
This commit is contained in:
parent
f74ffbaf82
commit
dd43fa6e64
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user