Skip to content

Commit

Permalink
fix(Ebics User): set no-copy on relevant fields
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Nov 8, 2024
1 parent da589b3 commit 3e2615d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion banking/ebics/doctype/ebics_user/ebics_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@
"fieldname": "initialized",
"fieldtype": "Check",
"label": "Initialized",
"no_copy": 1,
"read_only": 1
},
{
"default": "0",
"fieldname": "bank_keys_activated",
"fieldtype": "Check",
"label": "Bank Keys Activated",
"no_copy": 1,
"read_only": 1
},
{
Expand All @@ -99,17 +101,19 @@
"fieldname": "signature_passphrase",
"fieldtype": "Password",
"label": "Signature Passphrase",
"no_copy": 1,
"read_only": 1
},
{
"fieldname": "keyring",
"fieldtype": "Code",
"label": "Keyring",
"no_copy": 1,
"read_only": 1
}
],
"links": [],
"modified": "2024-11-07 19:31:58.525194",
"modified": "2024-11-08 17:08:32.763328",
"modified_by": "Administrator",
"module": "EBICS",
"name": "EBICS User",
Expand Down

0 comments on commit 3e2615d

Please sign in to comment.