Skip to content

Commit

Permalink
v1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed May 30, 2024
1 parent 3340d52 commit 9d65c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/utils/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def type_join_query(qry, join_column):
doc = frappe.qb.DocType(_type_dt_)
return (
qry.select(
doc.display_priority._as("priority"),
doc.display_priority.as_("priority"),
doc.display_timeout,
doc.display_sound,
doc.custom_display_sound
Expand Down

0 comments on commit 9d65c7b

Please sign in to comment.