diff --git a/application/views/porelease_view.php b/application/views/porelease_view.php index a083b95d..2cbfe7dd 100755 --- a/application/views/porelease_view.php +++ b/application/views/porelease_view.php @@ -150,21 +150,21 @@ if(empty($Status)) if((curtremarks == '
' || 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 == '
')) { 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'){