fix: Add checkbox to enable calculation of Product Bundle price based on child Items' rates
This commit is contained in:
parent
129df6e129
commit
2293ba302a
@ -23,6 +23,7 @@
|
||||
"maintain_same_rate_action",
|
||||
"editable_price_list_rate",
|
||||
"validate_selling_price",
|
||||
"calculate_product_bundle_price_based_on_child_items_rates",
|
||||
"sales_transactions_settings_section",
|
||||
"so_required",
|
||||
"dn_required",
|
||||
@ -191,6 +192,12 @@
|
||||
"fieldname": "sales_transactions_settings_section",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Transaction Settings"
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"fieldname": "calculate_product_bundle_price_based_on_child_items_rates",
|
||||
"fieldtype": "Check",
|
||||
"label": "Calculate Product Bundle Price based on Child Items' Rates"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-cog",
|
||||
@ -198,7 +205,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2021-08-06 22:25:50.119458",
|
||||
"modified": "2021-08-24 22:02:23.949616",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Selling Settings",
|
||||
|
Loading…
x
Reference in New Issue
Block a user