fix: Use absolute import instead of relative import

Co-Authored-By: Mangesh-Khairnar <mkhairnar10@gmail.com>
This commit is contained in:
Suraj Shetty 2019-09-08 15:16:35 +05:30 committed by GitHub
parent 40dbb63042
commit 5ae40a9500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from frappe.utils import flt
from frappe import _
from erpnext.hr.doctype.leave_application.leave_application import get_leaves_for_period
from ..employee_leave_balance.employee_leave_balance import get_total_allocated_leaves
from erpnext.hr.report.employee_leave_balance.employee_leave_balance import get_total_allocated_leaves
def execute(filters=None):
if filters.to_date <= filters.from_date: