mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-02 06:29:54 +00:00
fix(employee): add 'set_only_once' property to 'Create User Automatically' field
(cherry picked from commit 053242d5bd)
This commit is contained in:
committed by
Mergify
parent
b115913fc9
commit
eadf78d694
@@ -300,7 +300,8 @@
|
||||
"description": "This will create User for this employee depending on the Company Email.",
|
||||
"fieldname": "create_user_automatically",
|
||||
"fieldtype": "Check",
|
||||
"label": "Create User Automatically"
|
||||
"label": "Create User Automatically",
|
||||
"set_only_once": 1
|
||||
},
|
||||
{
|
||||
"allow_in_quick_entry": 1,
|
||||
@@ -833,7 +834,7 @@
|
||||
"image_field": "image",
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"modified": "2026-02-25 11:23:10.689232",
|
||||
"modified": "2026-03-09 11:06:08.050335",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Employee",
|
||||
|
||||
Reference in New Issue
Block a user