mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
Fix typo in docstring for update_product_bundle_rate
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.
|
||||
|
||||
Stucture:
|
||||
Structure:
|
||||
{(Bundle Item 1, ae56fgji): 150.0, (Bundle Item 2, bc78fkjo): 200.0}
|
||||
"""
|
||||
key = (pi_row.parent_item, pi_row.parent_detail_docname)
|
||||
|
||||
Reference in New Issue
Block a user