Features: 1) Add "notifications" and "attributes" fields to admin's general_fields;
Fixes: None; Extra: None;
This commit is contained in:
parent
a4e4e3cd40
commit
3b67f5cabc
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class OrderAdmin(FieldsetsMixin, ActivationActionsMixin, ModelAdmin):
|
||||||
inlines = [OrderProductInline]
|
inlines = [OrderProductInline]
|
||||||
form = OrderForm
|
form = OrderForm
|
||||||
|
|
||||||
general_fields = ["is_active", "user", "status"]
|
general_fields = ["is_active", "user", "status", "notifications", "attributes"]
|
||||||
relation_fields = ["promo_code", "billing_address", "shipping_address"]
|
relation_fields = ["promo_code", "billing_address", "shipping_address"]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue