mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
chore: Resolve conflicts
This commit is contained in:
@@ -3,14 +3,9 @@
|
|||||||
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
<<<<<<< HEAD
|
|
||||||
from frappe import _, scrub
|
|
||||||
from frappe.utils import cint, flt
|
|
||||||
=======
|
|
||||||
from frappe import _, qb, scrub
|
from frappe import _, qb, scrub
|
||||||
from frappe.query_builder import Order
|
from frappe.query_builder import Order
|
||||||
from frappe.utils import cint, flt, formatdate
|
from frappe.utils import cint, flt, formatdate
|
||||||
>>>>>>> e4d16c31da (fix: GP incorrect buying amount if no upd on SI and Delivery Note)
|
|
||||||
|
|
||||||
from erpnext.controllers.queries import get_match_cond
|
from erpnext.controllers.queries import get_match_cond
|
||||||
from erpnext.stock.utils import get_incoming_rate
|
from erpnext.stock.utils import get_incoming_rate
|
||||||
|
|||||||
Reference in New Issue
Block a user