incr: fetch translateables from schema.json

- use legit csv
This commit is contained in:
18alantom
2022-05-23 16:18:23 +05:30
parent 56e5a7fc74
commit 03ee043696
5 changed files with 141 additions and 93 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ export class GeneralLedger extends LedgerReport {
getColumns(): ColumnField[] {
let columns = [
{
label: t`#`,
label: '#',
fieldtype: 'Int',
fieldname: 'index',
align: 'right',