fix:travis errors

This commit is contained in:
0Pranav 2019-11-20 15:24:33 +05:30
parent 682956543e
commit ae90ea9547
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@
} }
], ],
"issingle": 1, "issingle": 1,
"modified": "2019-11-20 11:44:59.629254", "modified": "2019-11-20 15:17:55.617364",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Appointment Booking Settings", "name": "Appointment Booking Settings",

View File

@ -10,6 +10,7 @@ from frappe.model.document import Document
class AppointmentBookingSettings(Document): class AppointmentBookingSettings(Document):
agent_list = [] #Hack
min_date = '01/01/1970 ' min_date = '01/01/1970 '
format_string = "%d/%m/%Y %H:%M:%S" format_string = "%d/%m/%Y %H:%M:%S"