Skip to content

Commit

Permalink
[FIX] report template language
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-A authored Nov 2, 2024
1 parent 5904a30 commit fd6f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/datamgmt/case/case_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_case_report_template():
Languages.name,
CaseTemplateReport.description
).filter(and_(
Languages.id == CaseTemplateReport.report_type_id,
Languages.id == CaseTemplateReport.language_id,
ReportType.name == "Investigation"
)).join(
CaseTemplateReport.report_type
Expand Down

0 comments on commit fd6f8fe

Please sign in to comment.