insurance value changed in purchaseorder
This commit is contained in:
parent
1540e6b40a
commit
6923b22eab
@ -110,6 +110,11 @@ if(!empty($INRSYMBOL))
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$("#PaymentTerms").select2();
|
$("#PaymentTerms").select2();
|
||||||
clearTotalItemValues();
|
clearTotalItemValues();
|
||||||
|
if($("#insurance").val() == 1)
|
||||||
|
{
|
||||||
|
$("#insurancenodiv").show();
|
||||||
|
$("#insuranceno").val('Yes');
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user