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