mirror of
https://github.com/frappe/books.git
synced 2026-09-24 07:15:17 -05:00
incr: fetch translateables from schema.json
- use legit csv
This commit is contained in:
@@ -344,7 +344,7 @@ export class GeneralLedger extends LedgerReport {
|
||||
getColumns(): ColumnField[] {
|
||||
let columns = [
|
||||
{
|
||||
label: t`#`,
|
||||
label: '#',
|
||||
fieldtype: 'Int',
|
||||
fieldname: 'index',
|
||||
align: 'right',
|
||||
|
||||
Reference in New Issue
Block a user