Skip to content

Commit

Permalink
fix: Add index to supplier invoice field (#37861)
Browse files Browse the repository at this point in the history
* fix: Add index to supplier invoice field

* chore: remove unintetional changes
  • Loading branch information
deepeshgarg007 authored Nov 2, 2023
1 parent fb9a809 commit c37e374
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@
"label": "Supplier Invoice No",
"oldfieldname": "bill_no",
"oldfieldtype": "Data",
"print_hide": 1
"print_hide": 1,
"search_index": 1
},
{
"fieldname": "column_break_15",
Expand Down Expand Up @@ -1602,7 +1603,7 @@
"idx": 204,
"is_submittable": 1,
"links": [],
"modified": "2023-10-16 16:24:51.886231",
"modified": "2023-11-02 18:46:16.810187",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
Expand Down Expand Up @@ -1665,4 +1666,4 @@
"timeline_field": "supplier",
"title_field": "title",
"track_changes": 1
}
}

0 comments on commit c37e374

Please sign in to comment.