mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 07:01:56 +00:00
Fix/item description in the item price list (#58084)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user