mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
removed trial bal sql file
This commit is contained in:
@@ -1 +0,0 @@
|
||||
SELECT CONCAT( REPEAT(' ', COUNT(parent.name) - 1), node.name) AS name FROM tabAccount AS node,tabAccount AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt and node.company = '%(company)s' and node.docstatus != 2 GROUP BY node.name ORDER BY node.lft
|
||||
Reference in New Issue
Block a user