IGR Issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-08-02 17:15:45 +05:30
parent 419c69a001
commit a494e4c307

View File

@ -459,7 +459,7 @@ $('<input>').attr({
});
if(status == '<?php echo IGR_CREATED ?>' || status == '<?php echo MRIR_CREATED ?>' )
if(status == '<?php echo IGR_CREATED ?>' || status == '<?php echo MRIR_CREATED ?>' || status == '<?php echo MRIR_APPROVED ?>' )
{
alert('The Order is completed!!');
$("#IGRLink").hide();