From a741bd181d39d5454bb04c776bcb94ad80e4367e Mon Sep 17 00:00:00 2001 From: ketaki-deodhar <116035339+ketaki-deodhar@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:30:37 -0700 Subject: [PATCH] 16382 - add legal name to linited restoration certificate (#2976) --- legal-api/report-templates/certificateOfRestoration.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legal-api/report-templates/certificateOfRestoration.html b/legal-api/report-templates/certificateOfRestoration.html index 8b3d32eb50..9a0a14c810 100644 --- a/legal-api/report-templates/certificateOfRestoration.html +++ b/legal-api/report-templates/certificateOfRestoration.html @@ -35,7 +35,8 @@ {{business.legalName}} {% elif restoration.type == 'limitedRestoration' %} has on {{effective_date_time}} been restored for a period ending - {{restoration_expiry_date}} under the {{entityAct}}. + {{restoration_expiry_date}} under the {{entityAct}} as + {{business.legalName}} {% elif restoration.type == 'limitedRestorationExtension' %} has on {{effective_date_time}} had the period of restoration extended to expire on {{restoration_expiry_date}}, under the {{entityAct}}.