fix pre-commit
This commit is contained in:
@@ -646,7 +646,13 @@ class FinancialReportAdmin(admin.ModelAdmin):
|
||||
"load_batch",
|
||||
"created_at",
|
||||
]
|
||||
list_filter = ["status", "source", "load_batch", "registry_organization", "created_at"]
|
||||
list_filter = [
|
||||
"status",
|
||||
"source",
|
||||
"load_batch",
|
||||
"registry_organization",
|
||||
"created_at",
|
||||
]
|
||||
search_fields = [
|
||||
"external_id",
|
||||
"ogrn",
|
||||
|
||||
Reference in New Issue
Block a user