Skip to content

Commit

Permalink
fix: CEEB Export Bugs (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Nov 7, 2024
1 parent dcdb72f commit 803807c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/complaint/complaint.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ export class ComplaintService {
data.outcome.note.action.date = _applyTimezone(data.outcome.note.action.date, tz, "date");
}

if (data.outcome.decision) {
if (data.outcome.decision?.actionTakenDate) {
data.outcome.decision.actionTakenDate = _applyTimezone(data.outcome.decision.actionTakenDate, tz, "date");
}

Expand Down
Binary file modified backend/templates/complaint/CDOGS-CEEB-COMPLAINT-TEMPLATE-v1.docx
Binary file not shown.

0 comments on commit 803807c

Please sign in to comment.