Skip to content

Commit

Permalink
Django Admin: Remove deprecated ReservationUnitPricing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ranta authored and matti-lamppu committed Sep 18, 2024
1 parent cb012e3 commit 6cb92be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reservation_units/admin/reservation_unit_pricing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class ReservationUnitPricingAdmin(admin.ModelAdmin):
]
list_filter = [
("begins", DateRangeFilterBuilder()),
"status",
"pricing_type",
"tax_percentage",
"is_activated_on_begins",
]
Expand All @@ -39,7 +37,6 @@ class ReservationUnitPricingAdmin(admin.ModelAdmin):
("lowest_price", "lowest_price_net"),
("highest_price", "highest_price_net"),
"tax_percentage",
"status",
"price_unit",
]
readonly_fields = [
Expand Down

0 comments on commit 6cb92be

Please sign in to comment.