fix(Employee): enable no_copy for relieving_date (#37344)
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
parent
f4f40cc776
commit
9f33cc5cf3
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user