update accounting model

This commit is contained in:
2017-02-04 11:18:35 +01:00
parent 7776bc844c
commit 02bb974a92
2 changed files with 1 additions and 3 deletions

View File

@@ -65,7 +65,6 @@ class Client(models.Model):
class Accounting(models.Model):
location = models.ForeignKey(Location)
client = models.ForeignKey(Client)
desk_no = models.IntegerField()
time_from = models.DateTimeField()