Compensation action code list
* integrates action code list to NewActionForm
This commit is contained in:
@@ -41,7 +41,7 @@ class KonovaCode(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
if self.is_leaf and self.parent:
|
||||
return "{} | {}".format(self.parent.long_name, self.long_name)
|
||||
return "{} > {}".format(self.parent.long_name, self.long_name)
|
||||
return self.long_name
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user