We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d093b71 commit c12ad79Copy full SHA for c12ad79
1 file changed
erpnext/setup/doctype/employee/employee.json
@@ -297,7 +297,7 @@
297
},
298
{
299
"default": "0",
300
- "depends_on": "eval:doc.__islocal",
+ "depends_on": "eval:doc.__islocal && !doc.user_id",
301
"description": "This will create User for this employee depending on the Company Email.",
302
"fieldname": "create_user_automatically",
303
"fieldtype": "Check",
@@ -834,7 +834,7 @@
834
"image_field": "image",
835
"is_tree": 1,
836
"links": [],
837
- "modified": "2026-03-23 14:04:26.818864",
+ "modified": "2026-03-23 14:05:42.144641",
838
"modified_by": "Administrator",
839
"module": "Setup",
840
"name": "Employee",
0 commit comments