mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Add image fields to Item and Party
This commit is contained in:
parent
259f22df09
commit
6656d22cd1
@ -11,6 +11,11 @@ module.exports = {
|
||||
placeholder: 'Item Name',
|
||||
required: 1
|
||||
},
|
||||
{
|
||||
fieldname: 'image',
|
||||
label: 'Image',
|
||||
fieldtype: 'AttachImage'
|
||||
},
|
||||
{
|
||||
fieldname: 'description',
|
||||
label: 'Description',
|
||||
|
@ -13,10 +13,9 @@ module.exports = {
|
||||
placeholder: 'Full Name'
|
||||
},
|
||||
{
|
||||
fieldname: 'address',
|
||||
label: 'Address',
|
||||
fieldtype: 'Link',
|
||||
target: 'Address'
|
||||
fieldname: 'image',
|
||||
label: 'Image',
|
||||
fieldtype: 'AttachImage',
|
||||
},
|
||||
{
|
||||
fieldname: 'defaultAccount',
|
||||
|
Loading…
Reference in New Issue
Block a user