From 1e46f2a529bb1911f37b7a4cac587c3bf1c31230 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 22 Aug 2017 09:59:09 +0000 Subject: [PATCH] porelease_view.php remarks issue --- application/views/porelease_view.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'){