Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
22e01593
Commit
22e01593
authored
Mar 15, 2019
by
Antoine
Browse files
Use customLabel for transaction alerts if customLabel exists.
parent
94e2696f
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/alert-manager.js
View file @
22e01593
...
...
@@ -41,7 +41,7 @@ ${$t('server.email.signature')}
let
accountsMap
=
new
Map
();
for
(
let
a
of
accounts
)
{
accountsMap
.
set
(
a
.
id
,
{
title
:
a
.
title
,
title
:
displayLabel
(
a
)
,
formatCurrency
:
await
a
.
getCurrencyFormatter
()
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment