fix: set discount amount and net amount fields to read-only
(cherry picked from commit 8459fac18443c6129c85cf6151b7fe391c43ba08)
This commit is contained in:
parent
7b69dbbfb1
commit
7451d523cc
@ -49,7 +49,8 @@
|
|||||||
"fieldname": "discount_amount",
|
"fieldname": "discount_amount",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Discount Amount",
|
"label": "Discount Amount",
|
||||||
"options": "currency"
|
"options": "currency",
|
||||||
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_cnpb",
|
"fieldname": "section_break_cnpb",
|
||||||
@ -83,7 +84,8 @@
|
|||||||
"fieldname": "net_amount",
|
"fieldname": "net_amount",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Net Amount",
|
"label": "Net Amount",
|
||||||
"options": "currency"
|
"options": "currency",
|
||||||
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bold": 1,
|
"bold": 1,
|
||||||
@ -106,7 +108,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-05-12 17:49:06.356878",
|
"modified": "2025-05-14 17:16:06.475177",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM Products",
|
"name": "CRM Products",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user