fixed PermitFacts CSV Export button
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// ==========
|
||||
// Add County
|
||||
// ==========
|
||||
// ===================
|
||||
// Search Permit Facts
|
||||
// ===================
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
@@ -246,7 +246,7 @@ $(document).ready(function () {
|
||||
|
||||
$("#spinner-dialog").modal("show");
|
||||
|
||||
$sessionStorage.action = "Export_PermitFactsToExcel.export";
|
||||
$sessionStorage.action = "Export_PermitFactsToCSV.export";
|
||||
$sessionStorage.subscription_reference = $sessionStorage.subscription_serial;
|
||||
$sessionStorage.pagination = "off";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user