fix: make rate field read-only in subcontracting receipt item (#31905)

This commit is contained in:
Sagar Sharma 2022-08-20 17:50:47 +05:30 committed by GitHub
parent 3b51874da5
commit 588ca68171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,8 @@
"label": "Rate", "label": "Rate",
"options": "currency", "options": "currency",
"print_width": "100px", "print_width": "100px",
"read_only": 1,
"read_only_depends_on": "eval: doc.recalculate_rate",
"width": "100px" "width": "100px"
}, },
{ {
@ -472,7 +474,7 @@
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-08-18 19:42:24.313449", "modified": "2022-08-20 17:16:48.269164",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Subcontracting", "module": "Subcontracting",
"name": "Subcontracting Receipt Item", "name": "Subcontracting Receipt Item",