invoiceninja / invoiceninja

A source-available invoice, quote, project and time-tracking app built with Laravel
https://invoiceninja.com
Other
8.11k stars 2.26k forks source link

Regards template doesn't honor special fields #5288

Open grokky1 opened 3 years ago

grokky1 commented 3 years ago

I don't know if this belongs here or the flutter repo.

What version of Invoice Ninja are you running? ie v4.5 / v5 5.1.32

What environment are you running? Docker

Have you searched existing issues/requests? yes

Additional context Go to "Settings" - "Advanced Settings" - "Email Settings" - "Regards"

That field is useful because I can use it for multiple sorts of emails, and not replicate them in the templates.

But it doesn't honor special fields like $company.phone, $company.website, etc.

When previewing an email template, $company.phone is rendered as "$company.phone".

turbo124 commented 3 years ago

We don't yet support double variable replacements. We'll look into it.