mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 05:48:15 +00:00
Merge pull request #37340 from frappe/version-13-hotfix
chore: release v13
This commit is contained in:
@@ -6,8 +6,10 @@ erpnext.financial_statements = {
|
||||
if (data && column.fieldname=="account") {
|
||||
value = data.account_name || value;
|
||||
|
||||
column.link_onclick =
|
||||
"erpnext.financial_statements.open_general_ledger(" + JSON.stringify(data) + ")";
|
||||
if (data.account) {
|
||||
column.link_onclick =
|
||||
"erpnext.financial_statements.open_general_ledger(" + JSON.stringify(data) + ")";
|
||||
}
|
||||
column.is_tree = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user