fix: resolved conflict

This commit is contained in:
Nabin Hait
2020-10-14 09:59:55 +05:30
75 changed files with 1342 additions and 1448 deletions

View File

@@ -1,3 +1,4 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
@@ -31,7 +32,7 @@ class HolidayList(Document):
def validate_days(self):
if self.from_date > self.to_date:
if getdate(self.from_date) > getdate(self.to_date):
throw(_("To Date cannot be before From Date"))
for day in self.get("holidays"):

View File

@@ -244,9 +244,10 @@
],
"icon": "fa fa-calendar",
"idx": 1,
"index_web_pages_for_search": 1,
"is_submittable": 1,
"max_attachments": 3,
"modified": "2020-09-23 18:53:11.608446",
"modified": "2020-09-23 19:11:58.806837",
"modified_by": "Administrator",
"module": "HR",
"name": "Leave Application",