1
0
forked from test/crm

fix: set discount amount and net amount fields to read-only

(cherry picked from commit 8459fac18443c6129c85cf6151b7fe391c43ba08)
This commit is contained in:
Shariq Ansari 2025-05-14 17:16:32 +05:30 committed by Mergify
parent 7b69dbbfb1
commit 7451d523cc

View File

@ -49,7 +49,8 @@
"fieldname": "discount_amount",
"fieldtype": "Currency",
"label": "Discount Amount",
"options": "currency"
"options": "currency",
"read_only": 1
},
{
"fieldname": "section_break_cnpb",
@ -83,7 +84,8 @@
"fieldname": "net_amount",
"fieldtype": "Currency",
"label": "Net Amount",
"options": "currency"
"options": "currency",
"read_only": 1
},
{
"bold": 1,
@ -106,7 +108,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-05-12 17:49:06.356878",
"modified": "2025-05-14 17:16:06.475177",
"modified_by": "Administrator",
"module": "FCRM",
"name": "CRM Products",