mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
refactor: remove balance fields from jv account
This commit is contained in:
@@ -9,12 +9,10 @@
|
|||||||
"field_order": [
|
"field_order": [
|
||||||
"account",
|
"account",
|
||||||
"account_type",
|
"account_type",
|
||||||
"balance",
|
|
||||||
"col_break1",
|
"col_break1",
|
||||||
"bank_account",
|
"bank_account",
|
||||||
"party_type",
|
"party_type",
|
||||||
"party",
|
"party",
|
||||||
"party_balance",
|
|
||||||
"accounting_dimensions_section",
|
"accounting_dimensions_section",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
@@ -63,17 +61,6 @@
|
|||||||
"label": "Account Type",
|
"label": "Account Type",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "balance",
|
|
||||||
"fieldtype": "Currency",
|
|
||||||
"label": "Account Balance",
|
|
||||||
"no_copy": 1,
|
|
||||||
"oldfieldname": "balance",
|
|
||||||
"oldfieldtype": "Data",
|
|
||||||
"options": "account_currency",
|
|
||||||
"print_hide": 1,
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": ":Company",
|
"default": ":Company",
|
||||||
"description": "If Income or Expense",
|
"description": "If Income or Expense",
|
||||||
@@ -107,14 +94,6 @@
|
|||||||
"label": "Party",
|
"label": "Party",
|
||||||
"options": "party_type"
|
"options": "party_type"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "party_balance",
|
|
||||||
"fieldtype": "Currency",
|
|
||||||
"label": "Party Balance",
|
|
||||||
"options": "account_currency",
|
|
||||||
"print_hide": 1,
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "currency_section",
|
"fieldname": "currency_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
|
|||||||
Reference in New Issue
Block a user