fix: wrong fieldname branch_code in add_fetch
This commit is contained in:
parent
5210761e57
commit
7d4ccdf240
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"actions": [],
|
||||||
"autoname": "naming_series:",
|
"autoname": "naming_series:",
|
||||||
"creation": "2015-12-15 22:23:24.745065",
|
"creation": "2015-12-15 22:23:24.745065",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@ -210,13 +211,14 @@
|
|||||||
"label": "IBAN"
|
"label": "IBAN"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fetch_from": "bank_account.branch_code",
|
"fetch_from": "bank.branch_code",
|
||||||
|
"fetch_if_empty": 1,
|
||||||
"fieldname": "branch_code",
|
"fieldname": "branch_code",
|
||||||
"fieldtype": "Read Only",
|
"fieldtype": "Read Only",
|
||||||
"label": "Branch Code"
|
"label": "Branch Code"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fetch_from": "bank_account.swift_number",
|
"fetch_from": "bank.swift_number",
|
||||||
"fieldname": "swift_number",
|
"fieldname": "swift_number",
|
||||||
"fieldtype": "Read Only",
|
"fieldtype": "Read Only",
|
||||||
"label": "SWIFT Number"
|
"label": "SWIFT Number"
|
||||||
@ -348,7 +350,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2020-03-28 16:07:31.960798",
|
"links": [],
|
||||||
|
"modified": "2020-05-08 10:23:02.815237",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Payment Request",
|
"name": "Payment Request",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user