This is an automated email from the ASF dual-hosted git repository.
angeh pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-default-setup.git
The following commit(s) were added to refs/heads/develop by this push:
new 20cceeb Fix bug in ledgers.csv file
new cd91828 Merge pull request #10 from Anh3h/develop
20cceeb is described below
commit 20cceeb232989e4f8f681f32d09b5a45936b376b
Author: Anh3h <[email protected]>
AuthorDate: Fri Nov 1 10:36:00 2019 -0400
Fix bug in ledgers.csv file
---
accounting/src/main/resources/standardChartOfAccounts/ledgers.csv | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv
b/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv
index 3dfd445..03ea8bc 100644
--- a/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv
+++ b/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv
@@ -41,7 +41,7 @@ parentIdentifier,identifier,description,type,show
7000,7600,"Prepaid Expenses and Deferred Charges",ASSET,true
7000,7700,"Fixed Assets",ASSET,true
7000,7800,"Accrued Income",ASSET,true
-7000,7900,"Other Assets",ASSET,true,
+7000,7900,"Other Assets",ASSET,true
,8000,"Accounts Payable",LIABILITY,true
8000,8100,"Accounts Payable",LIABILITY,true
8000,8200,"Interest Payable",LIABILITY,true
@@ -52,4 +52,4 @@ parentIdentifier,identifier,description,type,show
9000,9300,"Reserves",EQUITY,true
9000,9400,"Undivided Earnings",EQUITY,true
9000,9550,"Donated Equity",EQUITY,true
-9000,9560,"Net Income (Loss)",EQUITY,true
\ No newline at end of file
+9000,9560,"Net Income (Loss)",EQUITY,true