Compensation routes
* improves compensation routes
This commit is contained in:
@@ -95,7 +95,7 @@ class EcoAccountTable(BaseTable):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.title = _("Eco Accounts")
|
||||
self.add_new_url = reverse("compensation:account-new")
|
||||
self.add_new_url = reverse("compensation:acc-new")
|
||||
|
||||
def render_ac(self, value, record):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user