mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -10,7 +10,6 @@ from frappe import _
|
|||||||
from frappe.model.mapper import get_mapped_doc
|
from frappe.model.mapper import get_mapped_doc
|
||||||
from frappe.query_builder.functions import Sum
|
from frappe.query_builder.functions import Sum
|
||||||
from frappe.utils import (
|
from frappe.utils import (
|
||||||
add_days,
|
|
||||||
cint,
|
cint,
|
||||||
comma_or,
|
comma_or,
|
||||||
cstr,
|
cstr,
|
||||||
@@ -19,7 +18,6 @@ from frappe.utils import (
|
|||||||
formatdate,
|
formatdate,
|
||||||
getdate,
|
getdate,
|
||||||
nowdate,
|
nowdate,
|
||||||
today,
|
|
||||||
)
|
)
|
||||||
from six import iteritems, itervalues, string_types
|
from six import iteritems, itervalues, string_types
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user