mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Merge pull request #50930 from elshafei-developer/Fix-typo
This commit is contained in:
@@ -339,7 +339,7 @@ def update_product_bundle_rate(parent_items_price, pi_row, item_row):
|
|||||||
"""
|
"""
|
||||||
Update the price dict of Product Bundles based on the rates of the Items in the bundle.
|
Update the price dict of Product Bundles based on the rates of the Items in the bundle.
|
||||||
|
|
||||||
Stucture:
|
Structure:
|
||||||
{(Bundle Item 1, ae56fgji): 150.0, (Bundle Item 2, bc78fkjo): 200.0}
|
{(Bundle Item 1, ae56fgji): 150.0, (Bundle Item 2, bc78fkjo): 200.0}
|
||||||
"""
|
"""
|
||||||
key = (pi_row.parent_item, pi_row.parent_detail_docname)
|
key = (pi_row.parent_item, pi_row.parent_detail_docname)
|
||||||
|
|||||||
Reference in New Issue
Block a user