mirror of
https://github.com/frappe/books.git
synced 2025-02-08 15:08:29 +00:00
make Tax Rate
and Tax Amount
readOnly
This commit is contained in:
parent
3824b46883
commit
c1649b11db
@ -14,13 +14,15 @@
|
|||||||
"fieldname": "rate",
|
"fieldname": "rate",
|
||||||
"label": "Tax Rate",
|
"label": "Tax Rate",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"required": true
|
"required": true,
|
||||||
|
"readOnly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "amount",
|
"fieldname": "amount",
|
||||||
"label": "Tax Amount",
|
"label": "Tax Amount",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"required": true
|
"required": true,
|
||||||
|
"readOnly": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tableFields": ["account", "rate", "amount"]
|
"tableFields": ["account", "rate", "amount"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user