mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
Commented non present languages
This commit is contained in:
parent
e23f788331
commit
960a4d3f95
@ -21,11 +21,11 @@ export function getCOAList() {
|
||||
{ countryCode: 'ni', name: 'Nicaragua - Catalogo de Cuentas' },
|
||||
{ countryCode: 'nl', name: 'Netherlands - Grootboekschema' },
|
||||
{ countryCode: 'sg', name: 'Singapore - Chart of Accounts' },
|
||||
{ countryCode: 'th', name: 'Thailand - Chart of Accounts' },
|
||||
{ countryCode: 'fr', name: 'France - Plan comptable' },
|
||||
/* { countryCode: 'th', name: 'Thailand - Chart of Accounts' },
|
||||
{ countryCode: 'us', name: 'United States - Chart of Accounts' },
|
||||
{ countryCode: 've', name: 'Venezuela - Plan de Cuentas' },
|
||||
{ countryCode: 'za', name: 'South Africa - Chart of Accounts' },
|
||||
{ countryCode: 'fr', name: 'France - Plan comptable' },
|
||||
{ countryCode: 'de', name: 'Germany - Kontenplan' },
|
||||
{ countryCode: 'it', name: 'Italy - Piano dei Conti' },
|
||||
{ countryCode: 'es', name: 'Spain - Plan de Cuentas' },
|
||||
@ -35,7 +35,7 @@ export function getCOAList() {
|
||||
{ countryCode: 'ru', name: 'Russia - Chart of Accounts' },
|
||||
{ countryCode: 'se', name: 'Sweden - Kontoplan' },
|
||||
{ countryCode: 'ch', name: 'Switzerland - Kontenplan' },
|
||||
{ countryCode: 'tr', name: 'Turkey - Chart of Accounts' },
|
||||
{ countryCode: 'tr', name: 'Turkey - Chart of Accounts' },*/
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user