add a possible label title
This commit is contained in:
parent
e977aed9be
commit
a84d5f947c
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ class FrenchTransaction(Transaction):
|
||||||
class _TransactionsElement(TableElement):
|
class _TransactionsElement(TableElement):
|
||||||
col_date = [u'Date']
|
col_date = [u'Date']
|
||||||
col_vdate = [u'Valeur']
|
col_vdate = [u'Valeur']
|
||||||
col_raw = [u'Opération', u'Libellé']
|
col_raw = [u'Opération', u'Libellé', u'Intitulé opération']
|
||||||
col_credit = [u'Crédit', u'Montant']
|
col_credit = [u'Crédit', u'Montant']
|
||||||
col_debit = [u'Débit']
|
col_debit = [u'Débit']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue