Created view to calculate statistics for YTD Permits. Also changed the term RDI to Permit for consistency and understanding
This commit is contained in:
+4
-4
@@ -42,12 +42,12 @@ $(document).ready(function () {
|
||||
|
||||
});
|
||||
|
||||
$(".manage-rdi").on("click", function () {
|
||||
$(".manage-permits").on("click", function () {
|
||||
|
||||
$sessionStorage.action = "RDI.manageRDI";
|
||||
$sessionStorage.action = "Permits.managePermits";
|
||||
$sessionStorage.pagination = "first";
|
||||
$sessionStorage.find_rdi = "";
|
||||
$sessionStorage.rdis_order_by = "";
|
||||
$sessionStorage.find_permit = "";
|
||||
$sessionStorage.permits_order_by = "";
|
||||
|
||||
sessionStorage.setItem($application, JSON.stringify($sessionStorage));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user