[minor] comment about hack
diff --git a/erpnext/hr/doctype/leave_application/leave_application.py b/erpnext/hr/doctype/leave_application/leave_application.py
index b63a167..705ace7 100755
--- a/erpnext/hr/doctype/leave_application/leave_application.py
+++ b/erpnext/hr/doctype/leave_application/leave_application.py
@@ -131,6 +131,7 @@
 
 	def validate_leave_overlap(self):
 		if not self.name:
+			# hack! if name is null, it could cause problems with !=
 			self.name = "New Leave Application"
 
 		for d in frappe.db.sql("""select name, leave_type, posting_date, from_date, to_date, total_leave_days