From 3e2615dfbda39d40921836c66ab85fbef25a2f91 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:05:07 +0100 Subject: [PATCH] fix(Ebics User): set no-copy on relevant fields --- banking/ebics/doctype/ebics_user/ebics_user.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/banking/ebics/doctype/ebics_user/ebics_user.json b/banking/ebics/doctype/ebics_user/ebics_user.json index fa43349d..6d2f009a 100644 --- a/banking/ebics/doctype/ebics_user/ebics_user.json +++ b/banking/ebics/doctype/ebics_user/ebics_user.json @@ -82,6 +82,7 @@ "fieldname": "initialized", "fieldtype": "Check", "label": "Initialized", + "no_copy": 1, "read_only": 1 }, { @@ -89,6 +90,7 @@ "fieldname": "bank_keys_activated", "fieldtype": "Check", "label": "Bank Keys Activated", + "no_copy": 1, "read_only": 1 }, { @@ -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",