diff --git a/schemas/app/Payment.json b/schemas/app/Payment.json index 0a1b6168d..81d3fce94 100644 --- a/schemas/app/Payment.json +++ b/schemas/app/Payment.json @@ -85,6 +85,7 @@ "target": "PaymentMethod", "default": "Cash", "required": true, + "create": true, "section": "Details" }, { diff --git a/schemas/app/PaymentMethod.json b/schemas/app/PaymentMethod.json index d3142f7ec..89c99ff1b 100644 --- a/schemas/app/PaymentMethod.json +++ b/schemas/app/PaymentMethod.json @@ -30,5 +30,6 @@ "fieldtype": "Link", "target": "Account" } - ] + ], + "quickEditFields": ["name", "type", "account"] }