Skip to content
Snippets Groups Projects
Commit 3db70061 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Naming fix

parent 4abd837b
No related branches found
No related tags found
No related merge requests found
......@@ -246,10 +246,10 @@ class AppointmentType (models.Model):
)
def __str__(self):
return self.apCode
return self.code
def __unicode__(self):
return self.apCode
return self.code
class Worker (models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment