Skip to content

Commit

Permalink
fix arrest nibrs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Your name committed Oct 21, 2024
1 parent 9906349 commit 6a6e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/datatool.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function getCrimeColumns(headers, type, output) {
columnNames.push(category_value + "_serious_injury_" + crime);
}
if ($('#subcategory_dropdown').val() == "arrest_type") {
columnNames.push(category_value + "_on_view_afrrest_" + crime);
columnNames.push(category_value + "_on_view_arrest_" + crime);
columnNames.push(category_value + "_summoned_cited_" + crime);
columnNames.push(category_value + "_taken_into_custody_" + crime);
}
Expand Down

0 comments on commit 6a6e60d

Please sign in to comment.