mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
chore: resolve conflict
This commit is contained in:
@@ -6,12 +6,8 @@ import json
|
|||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
from frappe import _, scrub
|
from frappe import _, scrub
|
||||||
<<<<<<< HEAD
|
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
=======
|
|
||||||
from frappe.model.document import Document, bulk_insert
|
|
||||||
from frappe.query_builder import functions
|
from frappe.query_builder import functions
|
||||||
>>>>>>> fab1ef5d76 (fix: include return invoice discount in discount validation)
|
|
||||||
from frappe.utils import cint, flt, round_based_on_smallest_currency_fraction
|
from frappe.utils import cint, flt, round_based_on_smallest_currency_fraction
|
||||||
from frappe.utils.deprecations import deprecated
|
from frappe.utils.deprecations import deprecated
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user