mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
chore: fix conflicts
This commit is contained in:
@@ -3,12 +3,8 @@ from collections import defaultdict
|
|||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
from frappe.query_builder.functions import CombineDatetime, Sum
|
from frappe.query_builder.functions import CombineDatetime, Sum
|
||||||
<<<<<<< HEAD
|
|
||||||
from frappe.utils import flt
|
|
||||||
from frappe.utils.deprecations import deprecated
|
|
||||||
=======
|
|
||||||
from frappe.utils import flt, nowtime
|
from frappe.utils import flt, nowtime
|
||||||
>>>>>>> 079b86044e (fix: posting_time issue (#44870))
|
from frappe.utils.deprecations import deprecated
|
||||||
from pypika import Order
|
from pypika import Order
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user