mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #53325 from frappe/mergify/bp/version-16-hotfix/pr-53312
fix: update item description in Production Plan Assembly Items table (backport #53312)
This commit is contained in:
@@ -1896,7 +1896,7 @@ def get_item_data(item_code):
|
|||||||
return {
|
return {
|
||||||
"bom_no": item_details.get("bom_no"),
|
"bom_no": item_details.get("bom_no"),
|
||||||
"stock_uom": item_details.get("stock_uom"),
|
"stock_uom": item_details.get("stock_uom"),
|
||||||
# "description": item_details.get("description")
|
"description": item_details.get("description"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user