fix: set default value to 0 as per new logic

This commit is contained in:
Mihir Kandoi
2025-02-17 18:47:35 +05:30
parent f3d598881c
commit 844f1636c0

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",