The Employee ID for officers is not being displayed on New Orleans generated letters. We likely need to write a seeder to update the template from windowsUsername to employeeId.
Steps to reproduce
Create a case
Add an accused officer to the case
Run through letter generation flow
View generated referral letter
Expected behavior
Accused officer's employee id should be displayed on the letter
Checklist
[x] Indicate bug severity on the right
Additional context
Changing the letterBody template in instance files won't update the template in the database, we need a seeder like src/server/seeders/2023061400000-add-chapter-to-referral-letter.js
Describe the bug
The Employee ID for officers is not being displayed on New Orleans generated letters. We likely need to write a seeder to update the template from windowsUsername to employeeId.
Steps to reproduce
Expected behavior
Accused officer's employee id should be displayed on the letter
Checklist
Additional context Changing the letterBody template in instance files won't update the template in the database, we need a seeder like
src/server/seeders/2023061400000-add-chapter-to-referral-letter.js