Skip to content

Commit

Permalink
TRELLO-1975: filter foreign companies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Oct 16, 2023
1 parent 151ca20 commit da89d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/repositories/company/CompanyRepository.scala
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ class CompanyRepository(override val dbConfig: DatabaseConfig[JdbcProfile])(impl
LEFT JOIN count_reports_on_period ar ON c.id = ar.company_id
LEFT OUTER JOIN count_follow_up_on_period cf ON c.id = cf.company_id
WHERE
EXISTS (
c.country is null
AND EXISTS (
SELECT 1
FROM
company_accesses ca
Expand Down
4 changes: 2 additions & 2 deletions app/views/pdfs/accountFollowUp.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>

<div class="code">
DGCCRF_SCONSO_01
DGCCRF_SCONSO_04
</div>

<div class="logo-sc">
Expand Down Expand Up @@ -61,7 +61,7 @@
</p>

<p>
Nous vous écrivons car un ou plusieurs signalements ont été reçus sur signal.conso.gouv.fr et ont été ignorés par votre société :
Nous vous écrivons car un ou plusieurs signalements ont été reçus sur signal.conso.gouv.fr et ont été non consultés par votre société :
</p>

<p class="text-center text-bold">
Expand Down

0 comments on commit da89d7e

Please sign in to comment.