porelease_view.php remarks issue

This commit is contained in:
gandhimathi 2017-08-22 09:59:09 +00:00
parent 5c6fc90312
commit 1e46f2a529

View File

@ -150,21 +150,21 @@ if(empty($Status))
if((curtremarks == '<br>' || curtremarks == '') && Remark == ''){
Remarks='';
alert("To Store both empty:-" + Remarks)
//alert("To Store both empty:-" + Remarks)
}
else if((curtremarks != '' && Remark == ''))
{
Remarks=curtremarks;
alert("To Store current empty:-" + Remarks)
//alert("To Store current empty:-" + Remarks)
}
else if((Remark != '') && (curtremarks == '' || curtremarks == '<br>'))
{
Remarks=Remark;
alert("To Store current empty:-" + Remarks)
//alert("To Store current empty:-" + Remarks)
}
else{
Remarks=Remark+"||"+curtremarks;
alert("To Store both:-" + Remarks)
//alert("To Store both:-" + Remarks)
}
//alert(PO+"-"+Status+"-"+StatusCode);
if(Status != '-1'){