mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
Merge pull request #1382 from frappe/item-group-image
fix: allow adding images to Item Groups
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
"label": "item Group",
|
||||
"naming": "manual",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "image",
|
||||
"label": "Image",
|
||||
"section": "Default",
|
||||
"fieldtype": "AttachImage"
|
||||
},
|
||||
{
|
||||
"fieldname": "name",
|
||||
"label": "Name",
|
||||
|
||||
Reference in New Issue
Block a user