fix: set_date_options method call
This commit is contained in:
parent
d4b0be789f
commit
91b6818492
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
frappe.ui.form.ControlDatetime = class ControlDatetime extends frappe.ui.form.ControlDate {
|
||||
set_date_options() {
|
||||
super.make_set_date_options();
|
||||
super.set_date_options();
|
||||
this.today_text = __("Now");
|
||||
let sysdefaults = frappe.boot.sysdefaults;
|
||||
this.date_format = frappe.defaultDatetimeFormat;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue