mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: add name to payment
This commit is contained in:
parent
2969aaa47f
commit
f495e602db
@ -10,6 +10,13 @@ export default {
|
|||||||
keywordFields: [],
|
keywordFields: [],
|
||||||
settings: 'PaymentSettings',
|
settings: 'PaymentSettings',
|
||||||
fields: [
|
fields: [
|
||||||
|
{
|
||||||
|
label: t`Payment No`,
|
||||||
|
fieldname: 'name',
|
||||||
|
fieldtype: 'Data',
|
||||||
|
required: 1,
|
||||||
|
readOnly: 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldname: 'party',
|
fieldname: 'party',
|
||||||
label: t`Party`,
|
label: t`Party`,
|
||||||
|
Loading…
Reference in New Issue
Block a user