mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
fix
This commit is contained in:
parent
4e08a182e8
commit
0cb4f5fb69
@ -77,9 +77,8 @@ export const sendEmailTranslated = async ({
|
|||||||
...receiver,
|
...receiver,
|
||||||
attachments: [
|
attachments: [
|
||||||
{
|
{
|
||||||
filename: 'gradido-header.jpeg',
|
// filename: 'gradido-header.jpeg',
|
||||||
// content: gradidoHeader,
|
content: gradidoHeader,
|
||||||
path: path.join(__dirname, 'templates/includes/gradido-header.jpeg'),
|
|
||||||
cid: 'gradidoheader',
|
cid: 'gradidoheader',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import { Decimal } from 'decimal.js-light'
|
import { Decimal } from 'decimal.js-light'
|
||||||
|
|
||||||
import { CONFIG } from '../config'
|
import { CONFIG } from '../config'
|
||||||
import { decimalSeparatorByLanguage } from 'core'
|
import { decimalSeparatorByLanguage } from '../util/utilities'
|
||||||
|
|
||||||
import { sendEmailTranslated } from './sendEmailTranslated'
|
import { sendEmailTranslated } from './sendEmailTranslated'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user