Linkage improvement
* adds linking to submenus * adds PaymentAdmin * adds Meta class inheritance for tables
This commit is contained in:
@@ -74,7 +74,6 @@ class Compensation(BaseObject):
|
||||
geometry = models.ForeignKey(Geometry, null=True, blank=True, on_delete=models.SET_NULL)
|
||||
documents = models.ManyToManyField("konova.Document", blank=True)
|
||||
|
||||
|
||||
@staticmethod
|
||||
def _generate_new_identifier() -> str:
|
||||
""" Generates a new identifier for the intervention object
|
||||
|
||||
Reference in New Issue
Block a user