mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
Merge pull request #53312 from creative-paramu/production_plan_item_description_update
This commit is contained in:
@@ -1901,7 +1901,7 @@ def get_item_data(item_code: str):
|
||||
return {
|
||||
"bom_no": item_details.get("bom_no"),
|
||||
"stock_uom": item_details.get("stock_uom"),
|
||||
# "description": item_details.get("description")
|
||||
"description": item_details.get("description"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user