diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index d1063b1503..2747c7c54d 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -1084,7 +1084,7 @@ "idx": 105, "is_submittable": 1, "links": [], - "modified": "2020-09-14 14:36:12.418690", + "modified": "2020-10-07 14:31:57.661221", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", @@ -1130,11 +1130,11 @@ "write": 1 } ], - "search_fields": "status, transaction_date, supplier,grand_total", + "search_fields": "status, transaction_date, supplier, grand_total", "show_name_in_global_search": 1, "sort_field": "modified", "sort_order": "DESC", "timeline_field": "supplier", - "title_field": "supplier", + "title_field": "supplier_name", "track_changes": 1 } \ No newline at end of file diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index a68b7387b7..77c1787c26 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -1460,7 +1460,7 @@ "idx": 105, "is_submittable": 1, "links": [], - "modified": "2020-07-31 14:13:17.962015", + "modified": "2020-10-07 14:30:01.782617", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order", @@ -1534,7 +1534,7 @@ "sort_field": "modified", "sort_order": "DESC", "timeline_field": "customer", - "title_field": "customer", + "title_field": "customer_name", "track_changes": 1, "track_seen": 1 } \ No newline at end of file