Commit e8c60bc6 by Ahsan Ulhaq Committed by GitHub

Merge pull request #13096 from edx/ahsan/ECOM-5029-Photo-Verification-Admin-Broken

Photo Verification Admin Broken
parents 92587fbf 45db2feb
......@@ -20,7 +20,7 @@ class SoftwareSecurePhotoVerificationAdmin(admin.ModelAdmin):
list_display = ('id', 'user', 'status', 'receipt_id', 'submitted_at', 'updated_at')
raw_id_fields = ('user', 'reviewing_user')
search_fields = (
'receipt_id',
'receipt_id', 'user__username'
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment