fix: update item description in Production Plan Assembly Items table

(cherry picked from commit 19533551f4)
This commit is contained in:
creative-paramu
2026-03-11 11:14:33 +05:30
committed by Mergify
parent a4aaf67b2b
commit e3e9d7b19e

View File

@@ -1784,7 +1784,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")
}