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:08 UTC

[fineract-cn-default-setup] 04/30: Fixed non-unique 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 dcea7e190555277c73bc6fd10369e7378c34eeef
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Wed Aug 9 10:57:49 2017 +0200

    Fixed non-unique account.
---
 accounting/src/main/resources/standardChartOfAccounts/accounts.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accounting/src/main/resources/standardChartOfAccounts/accounts.csv b/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
index 52a4db6..e76b8b5 100644
--- a/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
+++ b/accounting/src/main/resources/standardChartOfAccounts/accounts.csv
@@ -59,7 +59,7 @@ parentIdentifier,identifier,name
 7300,7351,"Vault Cash"
 7300,7352,"Teller One"
 7300,7353,"Teller Two"
-7300,7353,"Teller Three"
+7300,7354,"Teller Three"
 7800,7810,"Accrued Interest on Loans"
 7800,7820,"Accrued Income on Investments"
 7800,7830,"Accrued Credit Card Income"