mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
formatting
This commit is contained in:
@@ -19,7 +19,7 @@ class AppointmentBookingSettings(Document):
|
||||
|
||||
def save(self):
|
||||
self.number_of_agents = len(self.agent_list)
|
||||
super(AppointmentBookingSettings,self).save()
|
||||
super(AppointmentBookingSettings, self).save()
|
||||
|
||||
def validate_availability_of_slots(self):
|
||||
for record in self.availability_of_slots:
|
||||
|
||||
Reference in New Issue
Block a user