Skip to content

Commit

Permalink
chore: add index to posting_date in PLE
Browse files Browse the repository at this point in the history
(cherry picked from commit ca69845)
  • Loading branch information
ruthra-kumar committed Oct 30, 2023
1 parent 78a9edf commit 25448fc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"fieldname": "posting_date",
"fieldtype": "Date",
"label": "Posting Date"
"label": "Posting Date",
"search_index": 1
},
{
"fieldname": "account_type",
Expand Down Expand Up @@ -147,7 +148,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-08-22 15:32:56.629430",
"modified": "2023-10-30 16:15:00.470283",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Ledger Entry",
Expand Down

0 comments on commit 25448fc

Please sign in to comment.