mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: migrate manual journal to nestjs
This commit is contained in:
@@ -21,7 +21,8 @@ export class TemplateInjectable {
|
||||
|
||||
return templateRender(filename, {
|
||||
organizationName: organization.metadata.name,
|
||||
organizationEmail: organization.metadata.email,
|
||||
// @todo email
|
||||
organizationEmail: '',
|
||||
__: this.i18n.t,
|
||||
...options,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user