You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/09/02 22:25:10 UTC

[fineract-cn-default-setup] 06/30: fixed duplicate account

This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-default-setup.git

commit 2b6a03f2dcfcf6d83e86c1bcdd2edcc99e6de04f
Author: isaac <is...@gmail.com>
AuthorDate: Sun Dec 24 02:46:59 2017 +0700

    fixed duplicate account
---
 accounting/src/main/resources/standardChartOfAccounts/accounts.csv | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/accounting/src/main/resources/standardChartOfAccounts/accounts.csv b/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
index e76b8b5..1c52021 100644
--- a/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
+++ b/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
@@ -54,7 +54,7 @@ parentIdentifier,identifier,name
 7310,7310.1,"Bank account one general"
 7310,7310.2,"Bank account one Pending Disbursal"
 7310,7311.1,"Bank account two general"
-7310,7310.2,"Bank account two Pending Disbursal"
+7310,7311.2,"Bank account two Pending Disbursal"
 7300,7312,"Petty Cash"
 7300,7351,"Vault Cash"
 7300,7352,"Teller One"
@@ -82,4 +82,4 @@ parentIdentifier,identifier,name
 9000,9040,"Other Savings"
 9300,9310,"Regular Reserves"
 9300,9320,"Special Reserve for Losses"
-9300,9330,"Other Reserves"
\ No newline at end of file
+9300,9330,"Other Reserves"