Skip to content

Commit

Permalink
Update edi_backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theangryangel authored Jan 23, 2025
1 parent 7e9dde0 commit 1153fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connector_edi/models/edi_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def _compute_envelope_count(self):
FROM edi_envelope
WHERE
backend_id in %s
and active is true
GROUP BY backend_id, state
""",
[tuple(self.ids)],
Expand Down Expand Up @@ -283,6 +284,7 @@ def _compute_message_count(self):
FROM edi_message
WHERE
backend_id in %s
and active is true
GROUP BY backend_id, state
""",
[tuple(self.ids)],
Expand Down

0 comments on commit 1153fee

Please sign in to comment.