mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: hook up branding templates to invoices
This commit is contained in:
@@ -17,7 +17,7 @@ export class TemplateInjectable {
|
||||
public async render(
|
||||
tenantId: number,
|
||||
filename: string,
|
||||
options: Record<string, string | number | boolean>
|
||||
options: Record<string, any>
|
||||
) {
|
||||
const i18n = this.tenancy.i18n(tenantId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user