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