fix: set default value to 0 as per new logic

(cherry picked from commit 844f1636c0)
This commit is contained in:
Mihir Kandoi
2025-02-17 18:47:35 +05:30
committed by Mergify
parent f782900a15
commit 1abe1a1fd5

View File

@@ -646,7 +646,7 @@
"label": "Has Priority"
},
{
"default": "1",
"default": "0",
"depends_on": "eval:doc.price_or_product_discount == 'Product'",
"fieldname": "dont_enforce_free_item_qty",
"fieldtype": "Check",