Skip to content

Commit

Permalink
fix (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinpreston authored Jun 12, 2024
1 parent 9bdf4f0 commit 5775ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecommerce/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ class ProductAdmin(VersionAdmin):
model = Product
search_fields = (
"description",
"courseruns__title",
"courserunproducts__title",
"programruns__program__title",
"courseruns__courseware_id",
"courserunproducts__courseware_id",
"programruns__program__readable_id",
)
list_display = ("id", "content_object", "description", "price", "is_active")
Expand Down

0 comments on commit 5775ef4

Please sign in to comment.