Skip to content

Commit

Permalink
feat: allow create mode of payments from quickedit
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Dec 27, 2024
1 parent 7f704fb commit 43c8d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions schemas/app/Payment.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"target": "PaymentMethod",
"default": "Cash",
"required": true,
"create": true,
"section": "Details"
},
{
Expand Down
3 changes: 2 additions & 1 deletion schemas/app/PaymentMethod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"fieldtype": "Link",
"target": "Account"
}
]
],
"quickEditFields": ["name", "type", "account"]
}

0 comments on commit 43c8d15

Please sign in to comment.