fix(Employee): enable no_copy for relieving_date (#37344)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
Jignesh (GreyCube Technologies) 2023-10-04 13:10:27 +05:30 committed by GitHub
parent f4f40cc776
commit 9f33cc5cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -616,6 +616,7 @@
"fieldname": "relieving_date", "fieldname": "relieving_date",
"fieldtype": "Date", "fieldtype": "Date",
"label": "Relieving Date", "label": "Relieving Date",
"no_copy": 1,
"mandatory_depends_on": "eval:doc.status == \"Left\"", "mandatory_depends_on": "eval:doc.status == \"Left\"",
"oldfieldname": "relieving_date", "oldfieldname": "relieving_date",
"oldfieldtype": "Date" "oldfieldtype": "Date"
@ -822,7 +823,7 @@
"idx": 24, "idx": 24,
"image_field": "image", "image_field": "image",
"links": [], "links": [],
"modified": "2023-03-30 15:57:05.174592", "modified": "2023-10-04 10:57:05.174592",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Employee", "name": "Employee",
@ -870,4 +871,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"title_field": "employee_name" "title_field": "employee_name"
} }