fix: show allow zero valuation only when auto checked (#25778)

This commit is contained in:
Alan 2021-05-21 14:04:03 +05:30 committed by GitHub
parent 651e934415
commit 1097dc89c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"creation": "2015-02-17 01:06:05.072764", "creation": "2015-02-17 01:06:05.072764",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Other", "document_type": "Other",
@ -170,6 +171,7 @@
}, },
{ {
"default": "0", "default": "0",
"depends_on": "allow_zero_valuation_rate",
"fieldname": "allow_zero_valuation_rate", "fieldname": "allow_zero_valuation_rate",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Allow Zero Valuation Rate", "label": "Allow Zero Valuation Rate",
@ -179,7 +181,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2021-03-23 11:09:44.407157", "modified": "2021-05-21 12:13:33.041266",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Reconciliation Item", "name": "Stock Reconciliation Item",
@ -189,4 +191,4 @@
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"track_changes": 1 "track_changes": 1
} }