Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
3eb3e02d
Verified
Commit
3eb3e02d
authored
Jan 23, 2019
by
Sébastiaan Versteeg
Browse files
Fix initials reference
parent
6c64d332
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/management/commands/conscribosync.py
View file @
3eb3e02d
...
...
@@ -56,7 +56,7 @@ class Command(BaseCommand):
'plaats'
:
profile
.
address_city
,
'land'
:
'Nederland'
,
'bankrekeningnummer'
:
{
'name'
:
f
'$
{
member
.
initials
}
$
{
member
.
last_name
}
'
,
'name'
:
f
'$
{
profile
.
initials
}
$
{
member
.
last_name
}
'
,
'bic'
:
''
,
'iban'
:
profile
.
bank_account
,
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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