mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
chore: resolve conflict
This commit is contained in:
@@ -9,13 +9,8 @@ import frappe
|
||||
import frappe.defaults
|
||||
from frappe import _, qb, throw
|
||||
from frappe.model.meta import get_field_precision
|
||||
<<<<<<< HEAD
|
||||
from frappe.query_builder import AliasedQuery, Criterion, Table
|
||||
from frappe.query_builder.functions import Count, Sum
|
||||
=======
|
||||
from frappe.query_builder import AliasedQuery, Case, Criterion, Table
|
||||
from frappe.query_builder.functions import Count, Max, Round, Sum
|
||||
>>>>>>> 5c34a5aaed (fix: correct invoice order in payment reconcillaiton)
|
||||
from frappe.query_builder.functions import Count, Max, Sum
|
||||
from frappe.query_builder.utils import DocType
|
||||
from frappe.utils import (
|
||||
add_days,
|
||||
|
||||
Reference in New Issue
Block a user