mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: conflicts
This commit is contained in:
@@ -124,13 +124,8 @@ def get_allocated_and_expired_leaves(records, from_date, to_date):
|
|||||||
def get_leave_ledger_entries(from_date, to_date, employee, leave_type):
|
def get_leave_ledger_entries(from_date, to_date, employee, leave_type):
|
||||||
records= frappe.db.sql("""
|
records= frappe.db.sql("""
|
||||||
SELECT
|
SELECT
|
||||||
<<<<<<< HEAD
|
|
||||||
employee, leave_type, from_date, to_date, leaves, transaction_name, transaction_type
|
|
||||||
is_carry_forward, is_expired
|
|
||||||
=======
|
|
||||||
employee, leave_type, from_date, to_date, leaves, transaction_name,
|
employee, leave_type, from_date, to_date, leaves, transaction_name,
|
||||||
transaction_type, is_carry_forward, is_expired
|
transaction_type, is_carry_forward, is_expired
|
||||||
>>>>>>> 632f7848a3 (Update employee_leave_balance.py)
|
|
||||||
FROM `tabLeave Ledger Entry`
|
FROM `tabLeave Ledger Entry`
|
||||||
WHERE employee=%(employee)s AND leave_type=%(leave_type)s
|
WHERE employee=%(employee)s AND leave_type=%(leave_type)s
|
||||||
AND docstatus=1
|
AND docstatus=1
|
||||||
|
|||||||
Reference in New Issue
Block a user