insurance value changed in purchaseorder

This commit is contained in:
gandhimathi 2017-10-24 13:50:48 +00:00
parent 1540e6b40a
commit 6923b22eab

View File

@ -110,6 +110,11 @@ if(!empty($INRSYMBOL))
$(document).ready(function(){
$("#PaymentTerms").select2();
clearTotalItemValues();
if($("#insurance").val() == 1)
{
$("#insurancenodiv").show();
$("#insuranceno").val('Yes');
}
});