Skip to content

Commit

Permalink
STL: stick to address.location_id (consistency filters/reports)
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Dec 11, 2017
1 parent d24a828 commit 04f973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nursix-dev-1628-g0a6c492 (2017-12-06 21:45:51)
nursix-dev-1644-gd24a828 (2017-12-11 14:20:38)
2 changes: 1 addition & 1 deletion modules/templates/STL/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ def custom_prep(r):
(T("Protection Response Sector"),"dvr_case_activity.dvr_case_activity_need.need_id"),
(T("Protection Assessment"), "dvr_case_activity.dvr_vulnerability_type_case_activity.vulnerability_type_id"),
"age_group",
"location_id$L2",
"address.location_id$L2",
"dvr_case.date",
)

Expand Down

0 comments on commit 04f973a

Please sign in to comment.