mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: Remove unused field
This commit is contained in:
@@ -398,15 +398,6 @@
|
|||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "failed_reason",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "Reason for Failure",
|
|
||||||
"no_copy": 1,
|
|
||||||
"print_hide": 1,
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"depends_on": "eval: doc.docstatus === 1",
|
"depends_on": "eval: doc.docstatus === 1",
|
||||||
"description": "Amount in party's bank account currency",
|
"description": "Amount in party's bank account currency",
|
||||||
@@ -480,4 +471,4 @@
|
|||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": []
|
"states": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ class PaymentRequest(Document):
|
|||||||
cost_center: DF.Link | None
|
cost_center: DF.Link | None
|
||||||
currency: DF.Link | None
|
currency: DF.Link | None
|
||||||
email_to: DF.Data | None
|
email_to: DF.Data | None
|
||||||
failed_reason: DF.Data | None
|
|
||||||
grand_total: DF.Currency
|
grand_total: DF.Currency
|
||||||
iban: DF.ReadOnly | None
|
iban: DF.ReadOnly | None
|
||||||
is_a_subscription: DF.Check
|
is_a_subscription: DF.Check
|
||||||
|
|||||||
Reference in New Issue
Block a user