From f64ee7bed2849c8a5f8e2b0eb2d114c61e66b606 Mon Sep 17 00:00:00 2001 From: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com> Date: Wed, 24 May 2023 12:45:00 +0530 Subject: [PATCH] fix: tab-uniformity (#35400) Made Doctype tabs uniform Co-authored-by: Sagar Sharma (cherry picked from commit c1f1a033c97bc690e5857a964db9a8f2d2f152ef) --- .../doctype/purchase_order/purchase_order.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index c51c6edf1da4..645abf25a8f9 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -157,7 +157,7 @@ "party_account_currency", "inter_company_order_reference", "is_old_subcontracting_flow", - "dashboard" + "connections_tab" ], "fields": [ { @@ -1171,7 +1171,6 @@ "depends_on": "is_internal_supplier", "fieldname": "set_from_warehouse", "fieldtype": "Link", - "ignore_user_permissions": 1, "label": "Set From Warehouse", "options": "Warehouse" }, @@ -1185,12 +1184,6 @@ "fieldtype": "Tab Break", "label": "More Info" }, - { - "fieldname": "dashboard", - "fieldtype": "Tab Break", - "label": "Dashboard", - "show_dashboard": 1 - }, { "fieldname": "column_break_7", "fieldtype": "Column Break" @@ -1266,13 +1259,19 @@ "fieldname": "shipping_address_section", "fieldtype": "Section Break", "label": "Shipping Address" + }, + { + "fieldname": "connections_tab", + "fieldtype": "Tab Break", + "label": "Connections", + "show_dashboard": 1 } ], "icon": "fa fa-file-text", "idx": 105, "is_submittable": 1, "links": [], - "modified": "2023-05-07 20:18:09.196799", + "modified": "2023-05-24 11:16:41.195340", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order",