Skip to content

Commit

Permalink
use kt on the last field
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 6, 2024
1 parent fc25d8f commit 8166964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/reports/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
def get_visit_map_queryset(base_queryset):
return (
base_queryset.annotate(
username_connectid=F("form_json__metadata__username"),
deliver_unit_name=F("deliver_unit__name"),
username_connectid=KT("form_json__metadata__username"),
timestart_str=KT("form_json__metadata__timeStart"),
timeend_str=KT("form_json__metadata__timeEnd"),
location_str=KT("form_json__metadata__location"),
Expand Down

0 comments on commit 8166964

Please sign in to comment.