mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -340,13 +340,8 @@ def on_doctype_update():
|
|||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
<<<<<<< HEAD
|
|
||||||
def get_items_from_product_bundle(row, price_list):
|
|
||||||
row, items = json.loads(row), []
|
|
||||||
=======
|
|
||||||
def get_items_from_product_bundle(row):
|
def get_items_from_product_bundle(row):
|
||||||
row, items = ItemDetailsCtx(json.loads(row)), []
|
row, items = json.loads(row), []
|
||||||
>>>>>>> adb9a6bc15 (fix: field name of price_list 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