Update production_plan.py

(cherry picked from commit 39e68a9ce7)
This commit is contained in:
Parameshwari Palanisamy
2026-03-11 11:41:24 +05:30
committed by Mergify
parent d43c04df88
commit b9b551f248

View File

@@ -1896,7 +1896,7 @@ def get_item_data(item_code):
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"),
}