fix: warehouse mandatory even update stock uncheck (#23023)

This commit is contained in:
bhavesh95863
2020-08-13 17:41:55 +05:30
committed by GitHub
parent e447c79f9d
commit a647bef682

View File

@@ -302,10 +302,10 @@
"fieldname": "warehouse",
"fieldtype": "Link",
"label": "Warehouse",
"mandatory_depends_on": "update_stock",
"oldfieldname": "warehouse",
"oldfieldtype": "Link",
"options": "Warehouse",
"reqd": 1
"options": "Warehouse"
},
{
"default": "0",
@@ -350,4 +350,4 @@
],
"sort_field": "modified",
"sort_order": "DESC"
}
}