commit | fa1cd5faff541bad9ca99267a3d87cebf6f18dd1 | [log] [tgz] |
---|---|---|
author | nabinhait <nabinhait@gmail.com> | Thu Jul 17 11:52:50 2014 +0530 |
committer | nabinhait <nabinhait@gmail.com> | Thu Jul 17 11:52:50 2014 +0530 |
tree | cef5145d3b8d89b6987b6954dfdabb1bd0868023 | |
parent | d16081c4d93ee0acbf39eacc3dc62b4b8cf8a027 [diff] [blame] |
Fixed root type of liability accounts
diff --git a/erpnext/patches.txt b/erpnext/patches.txt index b7fc5e7..1a903de 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt
@@ -68,3 +68,4 @@ erpnext.patches.v4_1.fix_jv_remarks erpnext.patches.v4_1.fix_sales_order_delivered_status erpnext.patches.v4_1.fix_delivery_and_billing_status +execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'") \ No newline at end of file