Skip to content

Commit

Permalink
perf: index return against for purchase invoice (backport #37881) (#3…
Browse files Browse the repository at this point in the history
…7883)

perf: index return against for purchase invoice (#37881)

(cherry picked from commit 469ae2c)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush authored Nov 3, 2023
1 parent be8399f commit febd20a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@
"no_copy": 1,
"options": "Purchase Invoice",
"print_hide": 1,
"read_only": 1
"read_only": 1,
"search_index": 1
},
{
"fieldname": "section_addresses",
Expand Down Expand Up @@ -1603,7 +1604,7 @@
"idx": 204,
"is_submittable": 1,
"links": [],
"modified": "2023-11-02 18:46:16.810187",
"modified": "2023-11-03 15:47:30.319200",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
Expand Down

0 comments on commit febd20a

Please sign in to comment.