diff --git a/application/controllers/servicepurchaseorder.php b/application/controllers/servicepurchaseorder.php
index d1d97a44..47a839ec 100644
--- a/application/controllers/servicepurchaseorder.php
+++ b/application/controllers/servicepurchaseorder.php
@@ -83,7 +83,6 @@ class servicepurchaseorder extends BaseController
$HTML.="
- | ".$SNo." |
". $ReqNo." |
".$Reqedby." |
".$ReqDate." |
diff --git a/application/models/configmodel.php b/application/models/configmodel.php
index a3e9d549..c8fd6bc0 100644
--- a/application/models/configmodel.php
+++ b/application/models/configmodel.php
@@ -8,13 +8,14 @@ class configmodel extends CI_Model
* @return array $result : result of the query(returns config information)
*/
function Configlisting()
- {
- $this->db->select('Config.Config_ID, Config.ConfigName ,Config.Comments,Config.CreatedDate');
- $this->db->from('T_ConfigMaster as Config');
- $query = $this->db->get();
- $result = $query->result();
- return $result;
- }
+ {
+ $this->db->select('Config.Config_ID, Config.ConfigName ,Config.Comments,Config.CreatedDate');
+ $this->db->from('T_ConfigMaster as Config');
+ $this->db->order_by('Config.CreatedDate','desc');
+ $query = $this->db->get();
+ $result = $query->result();
+ return $result;
+ }
/**
diff --git a/application/views/AmendPOlist.php b/application/views/AmendPOlist.php
index 7429198d..2eff24c5 100644
--- a/application/views/AmendPOlist.php
+++ b/application/views/AmendPOlist.php
@@ -23,7 +23,7 @@
- | # |
+
PONO# |
PO Type |
PO Date |
@@ -45,7 +45,7 @@
$index = $index + 1;
?>
- |
+
PONO ?> |
ReqType ?> |
PODate);
@@ -103,16 +103,18 @@
-
+
\ No newline at end of file
diff --git a/application/views/assetListing.php b/application/views/assetListing.php
index cd24c862..e152fddd 100644
--- a/application/views/assetListing.php
+++ b/application/views/assetListing.php
@@ -73,17 +73,19 @@
+
+
+
|