fix: payment request make bank field Link instead of Read Only

(cherry picked from commit dc8d49260c)
This commit is contained in:
Maharshi Patel
2022-09-30 16:22:57 +05:30
committed by Mergify
parent d3c151f32b
commit c8c0f345d7

View File

@@ -186,8 +186,10 @@
{ {
"fetch_from": "bank_account.bank", "fetch_from": "bank_account.bank",
"fieldname": "bank", "fieldname": "bank",
"fieldtype": "Read Only", "fieldtype": "Link",
"label": "Bank" "label": "Bank",
"options": "Bank",
"read_only": 1
}, },
{ {
"fetch_from": "bank_account.bank_account_no", "fetch_from": "bank_account.bank_account_no",
@@ -366,10 +368,11 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-09-18 12:24:14.178853", "modified": "2022-09-30 16:19:43.680025",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Request", "name": "Payment Request",
"naming_rule": "By \"Naming Series\" field",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@@ -401,5 +404,6 @@
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
"states": []
} }