From 1b1550708d1e8e806d7ee237acf7984c32bee6a8 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Thu, 5 Jun 2025 14:08:37 +0530 Subject: [PATCH] fix: remove use sales invoice check (#47908) --- .../doctype/accounts_settings/accounts_settings.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json index 2e59bd8461d..d54acb32d38 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -540,13 +540,6 @@ "fieldname": "column_break_xrnd", "fieldtype": "Column Break" }, - { - "default": "0", - "description": "If enabled, Sales Invoice will be generated instead of POS Invoice in POS Transactions for real-time update of G/L and Stock Ledger.", - "fieldname": "use_sales_invoice_in_pos", - "fieldtype": "Check", - "label": "Use Sales Invoice" - }, { "default": "Buffered Cursor", "fieldname": "receivable_payable_fetch_method", @@ -599,4 +592,4 @@ "sort_order": "ASC", "states": [], "track_changes": 1 -} \ No newline at end of file +}