Commit 45e9cc41 authored by Janelle Co's avatar Janelle Co

Repopulated the tables

parent cf470edb
......@@ -42,7 +42,7 @@ class Additional_Item(models.Model):
Item_Cost = models.IntegerField(default=0)
def __str__(self):
return self.Description
return self.Description
class Booking_AddItem(models.Model):
class Meta:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment