From 84647a1c73c9dea83d1706e4a8ec7739414c0f12 Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:47:40 +0530 Subject: [PATCH] fix: resolved conflicts --- erpnext/assets/doctype/asset/asset.json | 35 ------------------------- 1 file changed, 35 deletions(-) diff --git a/erpnext/assets/doctype/asset/asset.json b/erpnext/assets/doctype/asset/asset.json index 9d33d5b6e22..06b851f2cca 100644 --- a/erpnext/assets/doctype/asset/asset.json +++ b/erpnext/assets/doctype/asset/asset.json @@ -547,43 +547,8 @@ "fieldname": "purchase_invoice_item", "fieldtype": "Data", "hidden": 1, -<<<<<<< HEAD "label": "Purchase Invoice Item", "options": "Purchase Invoice Item" -======= - "label": "Purchase Invoice Item" - }, - { - "fieldname": "insurance_details_tab", - "fieldtype": "Tab Break", - "label": "Insurance" - }, - { - "fieldname": "other_info_tab", - "fieldtype": "Tab Break", - "label": "Other Info" - }, - { - "fieldname": "connections_tab", - "fieldtype": "Tab Break", - "label": "Connections", - "show_dashboard": 1 - }, - { - "fieldname": "depreciation_tab", - "fieldtype": "Tab Break", - "label": "Depreciation" - }, - { - "fieldname": "accounting_dimensions_section", - "fieldtype": "Section Break", - "label": "Accounting Dimensions" - }, - { - "fieldname": "section_break_jtou", - "fieldtype": "Section Break", - "label": "Additional Info" ->>>>>>> 8af9dcb33e (fix: make purchase_receipt_item and purchase_invoice_item fields of data type) } ], "idx": 72,