Commit 62b71103 by Vedran Karačić Committed by GitHub

Merge pull request #903 from edx/vkaracic/SOL-2033

[SOL-2033] Change voucher list to raw ID list in basket details admin page.
parents 15b20e40 aacee8f7
......@@ -19,6 +19,7 @@ class PaymentProcessorResponseInline(admin.TabularInline):
@admin.register(Basket)
class BasketAdminExtended(BasketAdmin):
raw_id_fields = ('vouchers', )
inlines = (LineInline, PaymentProcessorResponseInline,)
show_full_result_count = False
......
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