Fix/item description in the item price list (backport #58084) (#58102)

Co-authored-by: Mohsin Akhtar <167299936+akhtarmohsin@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2026-08-13 04:23:10 +00:00
committed by GitHub
parent 0b01a93e2e
commit 0fe5436a13
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
},
{
"fieldname": "item_description",
"fieldtype": "Text",
"fieldtype": "Text Editor",
"label": "Item Description",
"read_only": 1
},
@@ -226,7 +226,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-03-19 20:27:21.382369",
"modified": "2026-08-12 13:14:41.847412",
"modified_by": "Administrator",
"module": "Stock",
"name": "Item Price",

View File

@@ -28,7 +28,7 @@ class ItemPrice(Document):
currency: DF.Link | None
customer: DF.Link | None
item_code: DF.Link
item_description: DF.Text | None
item_description: DF.TextEditor | None
item_name: DF.Data | None
lead_time_days: DF.Int
note: DF.Text | None