From 6ea54c09bfea761d76fc4f632831b93cb1fca2f1 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Fri, 5 Jan 2018 11:55:12 +0530 Subject: [PATCH] service po --- application/views/EditservicePurchaseorder.php | 2 +- application/views/inwardgateregister.php | 4 ++-- application/views/servicePurchaseorder.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/EditservicePurchaseorder.php b/application/views/EditservicePurchaseorder.php index 48bbb044..993549bd 100755 --- a/application/views/EditservicePurchaseorder.php +++ b/application/views/EditservicePurchaseorder.php @@ -352,7 +352,7 @@ $('#MaterialCode').change(function() { var materialn=obj.MaterialName; var materialname=materialn.toUpperCase(); - if(materialname == 'OTHERS') + if(materialname == 'SERVICE') { $('#otherdescription').show(); $('#OtheritemDescription').val(obj.MaterialDescription); diff --git a/application/views/inwardgateregister.php b/application/views/inwardgateregister.php index 14f64b60..340f94bb 100755 --- a/application/views/inwardgateregister.php +++ b/application/views/inwardgateregister.php @@ -142,10 +142,10 @@ Inputmask("A{2,3} 9{1,2} A{1,2} 9{4}").mask($("#VehicleNo"));
- + - +
diff --git a/application/views/servicePurchaseorder.php b/application/views/servicePurchaseorder.php index cd0dba33..8e8b7183 100755 --- a/application/views/servicePurchaseorder.php +++ b/application/views/servicePurchaseorder.php @@ -347,7 +347,7 @@ $("#txtBasicValue").val(''); var materialn=obj.MaterialName; var materialname=materialn.toUpperCase(); - if(materialname == 'OTHERS') + if(materialname == 'SERVICE') { $('#otherdescription').show(); $('#OtheritemDescription').val(obj.MaterialDescription);