fix: enable fetch_from for Time fieldtype (#25266) (#26471)

* fix: enable fetch_from for Time fieldtype

* Update frappe/public/js/frappe/form/script_manager.js

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
Raino-Harvest 2024-05-20 11:05:05 +05:30 committed by GitHub
parent 5ee0cac068
commit 9ad376a579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,6 +209,7 @@ frappe.ui.form.ScriptManager = class ScriptManager {
"Date",
"Select",
"Duration",
"Time",
].includes(df.fieldtype) ||
df.read_only == 1 ||
df.is_virtual == 1;