mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Update production_plan.py
This commit is contained in:
committed by
GitHub
parent
19533551f4
commit
39e68a9ce7
@@ -1901,7 +1901,7 @@ def get_item_data(item_code: str):
|
|||||||
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