Skip to content

Commit

Permalink
fix: enable fetch_from for Time fieldtype (#25266) (#26471)
Browse files Browse the repository at this point in the history
* fix: enable fetch_from for Time fieldtype

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

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
  • Loading branch information
Raino-Harvest and ankush committed May 20, 2024
1 parent 5ee0cac commit 9ad376a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/js/frappe/form/script_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ad376a

Please sign in to comment.