mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: conflicts
This commit is contained in:
@@ -8,12 +8,7 @@ from math import ceil
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe import _, bold
|
from frappe import _, bold
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
<<<<<<< HEAD
|
|
||||||
from frappe.utils import date_diff, flt, formatdate, get_datetime, getdate
|
|
||||||
from six import string_types
|
|
||||||
=======
|
|
||||||
from frappe.utils import date_diff, flt, formatdate, get_datetime, get_last_day, getdate
|
from frappe.utils import date_diff, flt, formatdate, get_datetime, get_last_day, getdate
|
||||||
>>>>>>> 25c7f850b1 (fix: earned leaves not allocated if assignment is created on month-end)
|
|
||||||
|
|
||||||
|
|
||||||
class LeavePolicyAssignment(Document):
|
class LeavePolicyAssignment(Document):
|
||||||
|
|||||||
Reference in New Issue
Block a user