mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
fix: set default value to 0 as per new logic
(cherry picked from commit 844f1636c0)
This commit is contained in:
@@ -646,7 +646,7 @@
|
|||||||
"label": "Has Priority"
|
"label": "Has Priority"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "1",
|
"default": "0",
|
||||||
"depends_on": "eval:doc.price_or_product_discount == 'Product'",
|
"depends_on": "eval:doc.price_or_product_discount == 'Product'",
|
||||||
"fieldname": "dont_enforce_free_item_qty",
|
"fieldname": "dont_enforce_free_item_qty",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
|
|||||||
Reference in New Issue
Block a user