Skip to content

Commit

Permalink
Merge pull request #42472 from ruthra-kumar/index_on_release_date
Browse files Browse the repository at this point in the history
refactor: index on Purchase Invoice 'release_date'
  • Loading branch information
ruthra-kumar authored Jul 25, 2024
2 parents 3023399 + 764dd12 commit 07281d3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@
"description": "Once set, this invoice will be on hold till the set date",
"fieldname": "release_date",
"fieldtype": "Date",
"label": "Release Date"
"label": "Release Date",
"search_index": 1
},
{
"fieldname": "cb_17",
Expand Down Expand Up @@ -1630,7 +1631,7 @@
"idx": 204,
"is_submittable": 1,
"links": [],
"modified": "2024-07-18 15:31:49.488566",
"modified": "2024-07-25 19:42:36.931278",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
Expand Down

0 comments on commit 07281d3

Please sign in to comment.