diff --git a/application/models/assetdetails_model.php b/application/models/assetdetails_model.php
index 6d0e8b44..8e225683 100755
--- a/application/models/assetdetails_model.php
+++ b/application/models/assetdetails_model.php
@@ -245,7 +245,7 @@ function addNewasset($asset)
$this->db->select('det.*,dep.DepartmentName as DEPCode,sup.SupplierName,MM.MaterialName,emp.firstname,emp1.firstname as Updated_By');
$this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left');
- $this->db->join('T_DepartmentDetails as dep','dep.DEPCode=det.DEPCode');
+ $this->db->join('T_DepartmentDetails as dep','dep.DEPCode=det.DEPCode','left');
$this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left');
$this->db->join('T_SupplierDetailsN as sup', 'sup.SupplierID=det.SupplierCode','left');
$this->db->join('T_MaterialMaster MM ', 'MM.MaterialCode = det.MaterialCode','left');
diff --git a/application/views/AmendPOlist.php b/application/views/AmendPOlist.php
index 61723c37..11176a94 100755
--- a/application/views/AmendPOlist.php
+++ b/application/views/AmendPOlist.php
@@ -15,13 +15,13 @@
-
+
-
+
| # |
PONO# |
PO Type |
diff --git a/application/views/POlist.php b/application/views/POlist.php
index b55f345f..8bfd92d6 100755
--- a/application/views/POlist.php
+++ b/application/views/POlist.php
@@ -20,7 +20,7 @@
-
+
| # |
PONO# |
PO Type |
diff --git a/application/views/assetListing.php b/application/views/assetListing.php
index fe9baef4..b64b249c 100755
--- a/application/views/assetListing.php
+++ b/application/views/assetListing.php
@@ -19,7 +19,7 @@
-
+
| Asset Code |
Asset Name |
diff --git a/application/views/costListing.php b/application/views/costListing.php
index 8be81196..747b3e5f 100755
--- a/application/views/costListing.php
+++ b/application/views/costListing.php
@@ -18,7 +18,7 @@
-
+
| Cost Center Code |
Cost Center Name |
diff --git a/application/views/editOldcost.php b/application/views/editOldcost.php
index 79f0ed29..d47c58f6 100755
--- a/application/views/editOldcost.php
+++ b/application/views/editOldcost.php
@@ -194,7 +194,7 @@ $(function() {
*
'CostName','value' => set_value('CostName',$CostCenterName),'id'=>'CostName', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'20');
+ $data = array('name' => 'CostName','value' => set_value('CostName',$CostCenterName),'id'=>'CostName', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'100');
echo form_input($data);
?>
diff --git a/application/views/employeeListing.php b/application/views/employeeListing.php
index 89432325..a7fb69b1 100755
--- a/application/views/employeeListing.php
+++ b/application/views/employeeListing.php
@@ -19,7 +19,7 @@
-
+
| Emp ID |
Employee Name |
diff --git a/application/views/rawmaterialListing.php b/application/views/rawmaterialListing.php
index 5c2d63c6..ea25f5f4 100755
--- a/application/views/rawmaterialListing.php
+++ b/application/views/rawmaterialListing.php
@@ -18,7 +18,7 @@
-
+
| Material Code |
diff --git a/application/views/serviceporeport.php b/application/views/serviceporeport.php
index 0bb1f532..1c539625 100755
--- a/application/views/serviceporeport.php
+++ b/application/views/serviceporeport.php
@@ -33,7 +33,7 @@ $Adv='';
-
+
| SNO# |
PONO# |
SupplierName |
diff --git a/application/views/supplierListing.php b/application/views/supplierListing.php
index 80010d68..b9815c72 100755
--- a/application/views/supplierListing.php
+++ b/application/views/supplierListing.php
@@ -19,7 +19,7 @@
-
+
| Supplier ID |
Supplier Name |
diff --git a/application/views/users.php b/application/views/users.php
index 023bb204..815e1e2d 100755
--- a/application/views/users.php
+++ b/application/views/users.php
@@ -19,7 +19,7 @@
-
+
| User Id |
User Name |
diff --git a/application/views/viewfullpurchaseorder.php b/application/views/viewfullpurchaseorder.php
index 5796fa26..9b8966aa 100755
--- a/application/views/viewfullpurchaseorder.php
+++ b/application/views/viewfullpurchaseorder.php
@@ -20,7 +20,7 @@