2
0
mirror of https://github.com/frappe/books.git synced 2025-02-08 15:08:29 +00:00

incr: remove balance from ALE

This commit is contained in:
18alantom 2022-05-06 12:32:26 +05:30
parent 6dfad44ba3
commit 93f8844c65

View File

@ -51,12 +51,6 @@
"references": "referenceType", "references": "referenceType",
"readOnly": true "readOnly": true
}, },
{
"fieldname": "balance",
"label": "Balance",
"fieldtype": "Currency",
"readOnly": true
},
{ {
"fieldname": "reverted", "fieldname": "reverted",
"label": "Reverted", "label": "Reverted",
@ -80,7 +74,6 @@
"credit", "credit",
"referenceType", "referenceType",
"referenceName", "referenceName",
"balance",
"reverted", "reverted",
"reverts" "reverts"
] ]