mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
chore: remove conflicts
This commit is contained in:
@@ -7,12 +7,8 @@ from frappe import _, msgprint
|
||||
from frappe.model.document import Document
|
||||
from frappe.query_builder import Case
|
||||
from frappe.query_builder.custom import ConstantColumn
|
||||
<<<<<<< HEAD
|
||||
from frappe.utils import cint, flt, fmt_money, get_link_to_form, getdate
|
||||
=======
|
||||
from frappe.query_builder.functions import Coalesce, Sum
|
||||
from frappe.utils import cint, flt, fmt_money, getdate
|
||||
>>>>>>> ef32622166 (fix(banking): include paid purchase invoices in reports and bank clearance (#52675))
|
||||
from pypika import Order
|
||||
|
||||
import erpnext
|
||||
|
||||
Reference in New Issue
Block a user