Updated RDI Consolidation Function to use permits table

This commit is contained in:
James Richie
2026-04-04 19:34:51 -04:00
parent a24bcfbae7
commit da832f82fc
2 changed files with 101 additions and 230 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class Consolidation extends Base {
public function getRdiTable() {
$SQL = "SELECT * FROM rdis";
$SQL = "SELECT * FROM permits";
return $this->getTable("rdis", $SQL);
}