mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-02 08:03:21 +00:00
Removed debit_or_credit field
This commit is contained in:
@@ -18,7 +18,7 @@ data_map = {
|
||||
|
||||
# Accounts
|
||||
"Account": {
|
||||
"columns": ["name", "parent_account", "lft", "rgt", "debit_or_credit",
|
||||
"columns": ["name", "parent_account", "lft", "rgt", "root_type",
|
||||
"is_pl_account", "company", "group_or_ledger"],
|
||||
"conditions": ["docstatus < 2"],
|
||||
"order_by": "lft",
|
||||
|
||||
Reference in New Issue
Block a user