fix: Make Distributed Discount Amount field read only

(cherry picked from commit 512c95529e)
This commit is contained in:
nishkagosalia
2026-05-29 12:24:47 +05:30
committed by Mergify
parent faa15731cb
commit 29441b7249

View File

@@ -947,7 +947,8 @@
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Distributed Discount Amount", "label": "Distributed Discount Amount",
"options": "currency", "options": "currency",
"print_hide": 1 "print_hide": 1,
"read_only": 1
}, },
{ {
"fieldname": "available_quantity_section", "fieldname": "available_quantity_section",
@@ -1016,7 +1017,7 @@
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2026-02-24 14:37:16.853941", "modified": "2026-05-29 12:23:28.259905",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice Item", "name": "Sales Invoice Item",