fix: remove duplicate field from selling_settings (#28174)

fix https://github.com/frappe/erpnext/issues/28155

(cherry picked from commit 1cc4eddacb)

Co-authored-by: ahmadRagheb <ahmedragheb75@gmail.com>
This commit is contained in:
mergify[bot]
2021-11-01 11:11:40 +05:30
committed by GitHub
parent 978d1cde2d
commit 18dddfdea9

View File

@@ -193,12 +193,6 @@
"fieldname": "sales_transactions_settings_section",
"fieldtype": "Section Break",
"label": "Transaction Settings"
},
{
"default": "0",
"fieldname": "editable_bundle_item_rates",
"fieldtype": "Check",
"label": "Calculate Product Bundle Price based on Child Items' Rates"
}
],
"icon": "fa fa-cog",