fix:travis errors
This commit is contained in:
parent
682956543e
commit
ae90ea9547
@ -101,7 +101,7 @@
|
||||
}
|
||||
],
|
||||
"issingle": 1,
|
||||
"modified": "2019-11-20 11:44:59.629254",
|
||||
"modified": "2019-11-20 15:17:55.617364",
|
||||
"modified_by": "Administrator",
|
||||
"module": "CRM",
|
||||
"name": "Appointment Booking Settings",
|
||||
|
@ -10,6 +10,7 @@ from frappe.model.document import Document
|
||||
|
||||
|
||||
class AppointmentBookingSettings(Document):
|
||||
agent_list = [] #Hack
|
||||
min_date = '01/01/1970 '
|
||||
format_string = "%d/%m/%Y %H:%M:%S"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user