commit | 1caea2ebae228a5787d67feca15728a4db89b747 | [log] [tgz] |
---|---|---|
author | William Moreno <williamjmorenor@gmail.com> | Wed Feb 11 07:39:23 2015 -0600 |
committer | William Moreno <williamjmorenor@gmail.com> | Wed Feb 11 07:39:23 2015 -0600 |
tree | b156ca96898e0b24ef5100cea624a12650897443 | |
parent | ad450073626756541f83938c9fc86200e82b63f6 [diff] |
Fix missing Comma (,) Yes, I did not validate the last edit to the JSON before commit, sorry
diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/ni_ni_chart_template.json b/erpnext/accounts/doctype/account/chart_of_accounts/ni_ni_chart_template.json index c35cc13..e7cdf3e 100644 --- a/erpnext/accounts/doctype/account/chart_of_accounts/ni_ni_chart_template.json +++ b/erpnext/accounts/doctype/account/chart_of_accounts/ni_ni_chart_template.json
@@ -186,7 +186,7 @@ "RESULTADOS ACUMULADOS": { "Resultados Acumulados": { "account_type": "Equity" - } + }, "Resultados del ejercicio": { "account_type": "Equity" }