2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix: add name to payment

This commit is contained in:
18alantom 2022-02-28 14:20:50 +05:30
parent 2969aaa47f
commit f495e602db

View File

@ -10,6 +10,13 @@ export default {
keywordFields: [],
settings: 'PaymentSettings',
fields: [
{
label: t`Payment No`,
fieldname: 'name',
fieldtype: 'Data',
required: 1,
readOnly: 1,
},
{
fieldname: 'party',
label: t`Party`,