formatting
This commit is contained in:
parent
f2752bf38c
commit
3ec5eabaf6
@ -19,7 +19,7 @@ class AppointmentBookingSettings(Document):
|
|||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
self.number_of_agents = len(self.agent_list)
|
self.number_of_agents = len(self.agent_list)
|
||||||
super(AppointmentBookingSettings,self).save()
|
super(AppointmentBookingSettings, self).save()
|
||||||
|
|
||||||
def validate_availability_of_slots(self):
|
def validate_availability_of_slots(self):
|
||||||
for record in self.availability_of_slots:
|
for record in self.availability_of_slots:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user