Skip to content

Fix issues in CRMLeadLine creation email template

Pelayo García requested to merge fix/company-name-in-crm-lead-line-email into master

ALL CHANGES are applied to "msgstr", "msgid" is not important, cause these changes must be applied directly in the template translation views from the UI. (done staging and prod)

  • Companies (which most of the times - as expected- don't have firstnames) were showed as "Hola False,".
  • Instead of using the company name (like "Hola ABACUS COOPERATIVA,"), use an empty string, without specifying the receptor.
  • In the service owner field we also show its display name (if partner) or its name (if SR, to avoid the "- new")
  • Fix wrong string in condition where checking if service is portability
Edited by Pelayo García

Merge request reports