mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: resolve conflict
This commit is contained in:
@@ -341,12 +341,8 @@ def on_doctype_update():
|
|||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def get_items_from_product_bundle(row):
|
def get_items_from_product_bundle(row):
|
||||||
<<<<<<< HEAD
|
|
||||||
row, items = json.loads(row), []
|
row, items = json.loads(row), []
|
||||||
=======
|
|
||||||
row, items = ItemDetailsCtx(json.loads(row)), []
|
|
||||||
defaults = frappe.defaults.get_defaults()
|
defaults = frappe.defaults.get_defaults()
|
||||||
>>>>>>> 45c7bac2d0 (fix: rate not being fetched for product bundles in material request)
|
|
||||||
|
|
||||||
bundled_items = get_product_bundle_items(row["item_code"])
|
bundled_items = get_product_bundle_items(row["item_code"])
|
||||||
for item in bundled_items:
|
for item in bundled_items:
|
||||||
|
|||||||
Reference in New Issue
Block a user