porelease_view.php remarks issue
This commit is contained in:
parent
5c6fc90312
commit
1e46f2a529
@ -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'){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user