-
- StatusName == 'ON HOLD' or $record->StatusName == 'PO CREATED' or $record->StatusName == 'EMERGENCY PO' or $record->StatusName == 'AMENDMENT PO' or $record->StatusName == 'AWAITING RELEASE'){
- ?>
-
+
StatusCode == PO_ONHOLD or $record->StatusCode == PO_CREATED or $record->StatusCode == REQITEM_Emergency_PO_CREATED ){ ?>
-
+
-
+
+
+ -
+
+
+
+
+
' || curtremarks == '') && Remark == ''){
Remarks='';
- alert("To Store both empty" + Remarks)
+ //alert("To Store both empty" + Remarks)
}
else if(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(Remarks);
var StatusCode='';
diff --git a/application/views/porelease_view.php b/application/views/porelease_view.php
index 9db14efc..684926f7 100755
--- a/application/views/porelease_view.php
+++ b/application/views/porelease_view.php
@@ -129,16 +129,16 @@ if(empty($Status))
if(curtremarks == ' ' && Remark == ''){
Remarks='';
- alert("To Store both empty" + Remarks)
+ //alert("To Store both empty" + Remarks)
}
else if(curtremarks == ' ')
{
Remarks=Remark;
- alert("To Store current empty" + Remarks)
+ //alert("To Store current empty" + Remarks)
}
else{
Remarks=Remark+"||"+curtremarks;
- alert("To Store both hahve" + Remarks)
+ //alert("To Store both hahve" + Remarks)
}
//alert(PO+"-"+Status+"-"+StatusCode);
if(Status != '-1'){