From 0a5bc86d1bc917dde27e5eab7466f45c5cdc4411 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 14 Jul 2022 17:20:32 +0530 Subject: [PATCH] chore: resolve conflicts --- .../accounts_settings/accounts_settings.json | 43 +++---------------- 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json index f35ded657eb..ea427aa7d80 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -19,7 +19,7 @@ "book_asset_depreciation_entry_automatically", "unlink_advance_payment_on_cancelation_of_order", "enable_common_party_accounting", -<<<<<<< HEAD + "allow_multi_currency_invoices_against_single_party_account", "post_change_gl_entries", "enable_discount_accounting", "tax_settings_section", @@ -31,11 +31,6 @@ "frozen_accounts_modifier", "column_break_4", "credit_controller", -======= - "allow_multi_currency_invoices_against_single_party_account", - "report_setting_section", - "use_custom_cash_flow", ->>>>>>> c83fbd5c50 (fix: Allow multi currency invoice against single party account) "deferred_accounting_settings_section", "book_deferred_entries_based_on", "column_break_18", @@ -278,49 +273,25 @@ "label": "Enable Discount Accounting" }, { -<<<<<<< HEAD "default": "0", "fieldname": "enable_common_party_accounting", "fieldtype": "Check", "label": "Enable Common Party Accounting" -======= - "fieldname": "invoicing_features_section", - "fieldtype": "Section Break", - "label": "Invoicing Features" }, { - "fieldname": "column_break_17", - "fieldtype": "Column Break" - }, - { - "fieldname": "pos_tab", - "fieldtype": "Tab Break", - "label": "POS" - }, - { - "fieldname": "report_setting_section", - "fieldtype": "Section Break", - "label": "Report Setting" - }, - { - "default": "0", - "description": "Enabling this will allow creation of multi-currency invoices against single party account in company currency", - "fieldname": "allow_multi_currency_invoices_against_single_party_account", - "fieldtype": "Check", - "label": "Allow multi-currency invoices against single party account " ->>>>>>> c83fbd5c50 (fix: Allow multi currency invoice against single party account) - } + "default": "0", + "description": "Enabling this will allow creation of multi-currency invoices against single party account in company currency", + "fieldname": "allow_multi_currency_invoices_against_single_party_account", + "fieldtype": "Check", + "label": "Allow multi-currency invoices against single party account" + } ], "icon": "icon-cog", "idx": 1, "index_web_pages_for_search": 1, "issingle": 1, "links": [], -<<<<<<< HEAD - "modified": "2021-10-11 17:42:36.427699", -======= "modified": "2022-07-11 13:37:50.605141", ->>>>>>> c83fbd5c50 (fix: Allow multi currency invoice against single party account) "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Settings",