From 0467f83ba5fb3c1daf08bac31f2f2494a0be3d49 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Mon, 24 Jul 2017 21:54:18 +0530 Subject: [PATCH] Status Update view changes --- application/views/statusofservicepurchaseorder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/statusofservicepurchaseorder.php b/application/views/statusofservicepurchaseorder.php index c5067811..2505a2d7 100644 --- a/application/views/statusofservicepurchaseorder.php +++ b/application/views/statusofservicepurchaseorder.php @@ -206,7 +206,7 @@ $('#PONO').change(function() { } else { - alert('Please Select the Purchase Order Number to Create IGR'); + alert('Please Select the Purchase Order Number to change the status'); } }); });