Merge pull request #1382 from frappe/item-group-image

fix: allow adding images to Item Groups
This commit is contained in:
Able k Saju
2025-10-28 17:01:47 +05:30
committed by GitHub
+6
View File
@@ -3,6 +3,12 @@
"label": "item Group",
"naming": "manual",
"fields": [
{
"fieldname": "image",
"label": "Image",
"section": "Default",
"fieldtype": "AttachImage"
},
{
"fieldname": "name",
"label": "Name",