Skip to content

Commit

Permalink
v2-Beta14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Feb 22, 2024
1 parent 04cb21b commit 9ce4445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@
} else {
var me = this;
request(
"get_options",
"field.get_options",
{
doctype: this._doctype,
name: this.df.fieldname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@
} else {
var me = this;
request(
"get_options",
"field.get_options",
{
doctype: this._doctype,
name: this.df.fieldname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@
} else {
var me = this;
request(
"get_options",
"field.get_options",
{
doctype: this._doctype,
name: this.df.fieldname
Expand Down

0 comments on commit 9ce4445

Please sign in to comment.