Display attachment filename, not id
This commit is contained in:
parent
22cbca5951
commit
c81ce71eb9
@ -62,7 +62,7 @@ class FinancialVerificationBase(object):
|
||||
pass
|
||||
|
||||
if attachment:
|
||||
form.task_order.data = attachment.id
|
||||
form.task_order.data = attachment.filename
|
||||
|
||||
return attachment
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user