Merge pull request #44215 from blaggacao/fix/item-tax-detail-ro

fix: field read only property on taxes net_amount
This commit is contained in:
David Arnold
2024-11-19 12:58:28 +01:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -183,7 +183,8 @@
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Net Amount",
"options": "currency"
"options": "currency",
"read_only": 1
},
{
"fieldname": "base_net_amount",

View File

@@ -244,7 +244,8 @@
"label": "Net Amount",
"oldfieldname": "tax_amount",
"oldfieldtype": "Currency",
"options": "currency"
"options": "currency",
"read_only": 1
},
{
"fieldname": "base_net_amount",

View File

@@ -221,7 +221,8 @@
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Net Amount",
"options": "currency"
"options": "currency",
"read_only": 1
},
{
"fieldname": "base_net_amount",