Skip to content

Commit

Permalink
fix: enable fetching datetime fields from linked doctypes (frappe#28602)
Browse files Browse the repository at this point in the history
  • Loading branch information
UmakanthKaspa authored Nov 28, 2024
1 parent 7748910 commit 0dcc628
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 @@ -214,6 +214,7 @@ frappe.ui.form.ScriptManager = class ScriptManager {
"Float",
"Int",
"Date",
"Datetime",
"Select",
"Duration",
"Time",
Expand Down

0 comments on commit 0dcc628

Please sign in to comment.