projects
/
pgeu-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f919c
)
Explicitly configure invoice notification recipient
author
Magnus Hagander
<
[email protected]
>
Tue, 9 Jul 2019 09:33:25 +0000
(11:33 +0200)
committer
Magnus Hagander
<
[email protected]
>
Tue, 9 Jul 2019 09:33:40 +0000
(11:33 +0200)
code/skin_settings.py
patch
|
blob
|
blame
|
history
diff --git
a/code/skin_settings.py
b/code/skin_settings.py
index e7ee11af4558350f34a3ebf2da126999e3b31841..c30e6efe2850cfa5ef2515bbce6dfa6b80c6656c 100644
(file)
--- a/
code/skin_settings.py
+++ b/
code/skin_settings.py
@@
-19,6
+19,7
@@
DEFAULT_EMAIL = "
[email protected]
"
SERVER_EMAIL = "
[email protected]
"
TREASURER_EMAIL = "
[email protected]
"
INVOICE_SENDER_EMAIL = "
[email protected]
"
+INVOICE_NOTIFICATION_RECEIVER = "
[email protected]
"
SCHEDULED_JOBS_EMAIL = "
[email protected]
"
# Ugh