Merge pull request #37763 from frappe/mergify/bp/version-15-hotfix/pr-37761

chore: add index to posting_date in PLE (backport #37761)
This commit is contained in:
ruthra kumar 2023-10-30 17:16:54 +05:30 committed by GitHub
commit 4f9210541e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@
{
"fieldname": "posting_date",
"fieldtype": "Date",
"label": "Posting Date"
"label": "Posting Date",
"search_index": 1
},
{
"fieldname": "account_type",
@ -153,7 +154,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-06-29 12:24:20.500632",
"modified": "2023-10-30 16:15:00.470283",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Ledger Entry",