mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
fix:travis errors
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user