* 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:
parent
5ee0cac068
commit
9ad376a579
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue