Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARN
coin
Commits
ac7f5e75
Commit
ac7f5e75
authored
Aug 29, 2019
by
ljf
Browse files
[enh] Display user info on invoices view
parent
b25d66b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
coin/members/views.py
View file @
ac7f5e75
...
...
@@ -61,7 +61,8 @@ def invoices(request):
{
'balance'
:
balance
,
'handle_balance'
:
settings
.
HANDLE_BALANCE
,
'invoices'
:
invoices
,
'payments'
:
payments
})
'payments'
:
payments
,
'member'
:
request
.
user
})
@
login_required
...
...
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