mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-19 09:28:46 +00:00
chore: fix conflicts
Removed unused imports and fixed import structure.
This commit is contained in:
@@ -4,14 +4,8 @@
|
||||
|
||||
import frappe
|
||||
from frappe import _, bold, json, msgprint
|
||||
<<<<<<< HEAD
|
||||
from frappe.query_builder.functions import CombineDatetime, Sum
|
||||
from frappe.utils import add_to_date, cint, cstr, flt, get_datetime, now
|
||||
=======
|
||||
from frappe.query_builder.functions import Sum
|
||||
from frappe.utils import add_to_date, cint, cstr, flt, now
|
||||
from frappe.utils.data import DateTimeLikeObject
|
||||
>>>>>>> c7ef42ef98 (fix: sync Stock Reconciliation difference amount with GL after reposting (#56574))
|
||||
|
||||
import erpnext
|
||||
from erpnext.accounts.utils import get_company_default
|
||||
|
||||
Reference in New Issue
Block a user