Hi everyone , @NCP
In the child table for timesheet details, I want to hide the “Now” button for the time field type. Could anyone guide me on how to achieve this?
Thank you!
Hi everyone , @NCP
In the child table for timesheet details, I want to hide the “Now” button for the time field type. Could anyone guide me on how to achieve this?
Thank you!
Hello ,
You have to customise the frappe UI for that. Or try One thing open the inspect mode and try to get its class or some ID and if you found that add a custom js scripting file for the time sheet Doctype. And inside that target that particular class and hide that.
I am not sure it will work or not because I never tried to change this.