insurance number field value changed as 'yes' in purchaseorder
This commit is contained in:
parent
836d5cbb26
commit
794d0964b3
@ -110,6 +110,13 @@ if(!empty($INRSYMBOL))
|
||||
$(document).ready(function(){
|
||||
$("#PaymentTerms").select2();
|
||||
clearTotalItemValues();
|
||||
if($("#insurance").val() == 1)
|
||||
{
|
||||
|
||||
$("#insurancenodiv").show();
|
||||
$("#insuranceno").val('Yes');
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -3569,7 +3576,8 @@ $("#insurance").change(function(){
|
||||
$("#insuranceno").val("");
|
||||
}
|
||||
else {
|
||||
$("#insurancenodiv").show();}
|
||||
$("#insurancenodiv").show();
|
||||
$("#insuranceno").val('Yes');}
|
||||
});
|
||||
|
||||
$("#EDITREVENUE").on("shown.bs.modal", function(e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user