Skip to content
Snippets Groups Projects
Commit 57ede8c1 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix signee + contractee role fields

parent e43834bf
Branches
No related tags found
No related merge requests found
Pipeline #12149 passed
......@@ -417,7 +417,6 @@ class ContracteeAdmin(OwnPermissionsMixin, MarkdownxGuardedModelAdmin):
search_fields = (
"name",
"department",
"role",
)
ordering = ("name",)
......@@ -439,7 +438,6 @@ class SigneeAdmin(OwnPermissionsMixin, MarkdownxGuardedModelAdmin):
search_fields = (
"name",
"department",
"role",
)
ordering = ("name",)
......@@ -456,7 +454,6 @@ class SigneeAdmin(OwnPermissionsMixin, MarkdownxGuardedModelAdmin):
"entity_type",
"ico_number",
"department",
"role",
]
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment