diff --git a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/AllPR.cshtml b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/AllPR.cshtml
index b8a0605..c9cc2b2 100644
--- a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/AllPR.cshtml
+++ b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/AllPR.cshtml
@@ -52,13 +52,13 @@
| PRNo |
- New PRNo |
- ItemName's |
+ New PRNo |
+ ItemName's |
Req. Date |
- Req. By |
+ Req. By |
DateNeeded |
- ChargeTo |
- Action |
+ ChargeTo |
+ Action |
@@ -76,6 +76,7 @@
serverSide: true,
processing: true,
searching: false,
+ ordering: false,
ajax: {
url: endpoint.GetAllPR,
type: 'GET',
diff --git a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/ApprovedPR.cshtml b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/ApprovedPR.cshtml
index 7020958..9c1f77e 100644
--- a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/ApprovedPR.cshtml
+++ b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/ApprovedPR.cshtml
@@ -100,6 +100,7 @@
serverSide: true,
processing: true,
searching: false,
+ ordering: false,
ajax: {
url: endpoint.GetApprovedPR,
type: 'GET',
diff --git a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/DeletedPR.cshtml b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/DeletedPR.cshtml
index f3bdb47..ab92b6c 100644
--- a/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/DeletedPR.cshtml
+++ b/CPRNIMS.WebApps/Views/Components/PRMgmt/PRTabbedTable/DeletedPR.cshtml
@@ -79,6 +79,7 @@
serverSide: true,
processing: true,
searching: false,
+ ordering: false,
ajax: {
url: endpoint.GetDeletedPR,
type: 'GET',
diff --git a/CPRNIMS.WebApps/Views/Home/_LoginBody.cshtml b/CPRNIMS.WebApps/Views/Home/_LoginBody.cshtml
index 522b633..67d5c7b 100644
--- a/CPRNIMS.WebApps/Views/Home/_LoginBody.cshtml
+++ b/CPRNIMS.WebApps/Views/Home/_LoginBody.cshtml
@@ -1,153 +1,125 @@
-
-
-
-
-
-
+
@await Html.PartialAsync("PagesView/PR/_PRWOCanvass")
@await Html.PartialAsync("PagesView/PO/_POScripts")
\ No newline at end of file
diff --git a/CPRNIMS.WebApps/Views/PRMgmt/Index.cshtml b/CPRNIMS.WebApps/Views/PRMgmt/Index.cshtml
index b4ccf47..8439ae5 100644
--- a/CPRNIMS.WebApps/Views/PRMgmt/Index.cshtml
+++ b/CPRNIMS.WebApps/Views/PRMgmt/Index.cshtml
@@ -138,9 +138,9 @@
-
+
@await Html.PartialAsync("PagesView/PR/_PRTracking")
-
-
+
+
@await Html.PartialAsync("PagesView/PR/_PRScripts")