mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 08:38:30 +00:00
fix: hide Create User Automatically checkbox if user is already selected
(cherry picked from commit ec3302d1c1)
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"depends_on": "eval:doc.__islocal",
|
"depends_on": "eval:doc.__islocal && !doc.user_id",
|
||||||
"description": "This will create User for this employee depending on the Company Email.",
|
"description": "This will create User for this employee depending on the Company Email.",
|
||||||
"fieldname": "create_user_automatically",
|
"fieldname": "create_user_automatically",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
@@ -834,7 +834,7 @@
|
|||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-03-23 14:04:26.818864",
|
"modified": "2026-03-23 14:05:42.144641",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Employee",
|
"name": "Employee",
|
||||||
|
|||||||
Reference in New Issue
Block a user