Merge pull request #268 from tafaRU/8.0-account_financial_report_webkit_xls-fix

[FIX] account_financial_report_webkit_xls
pull/278/head
Pedro M. Baeza 2017-02-17 13:48:49 +01:00 committed by GitHub
commit aab4e24ff2
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class general_ledger_xls(report_xls):
cumul_balance_curr = init_balance.get( cumul_balance_curr = init_balance.get(
'init_balance_currency') or 0.0 'init_balance_currency') or 0.0
c_specs = [('empty%s' % x, 1, 0, 'text', None) c_specs = [('empty%s' % x, 1, 0, 'text', None)
for x in range(6)] for x in range(7)]
c_specs += [ c_specs += [
('init_bal', 1, 0, 'text', _('Initial Balance')), ('init_bal', 1, 0, 'text', _('Initial Balance')),
('counterpart', 1, 0, 'text', None), ('counterpart', 1, 0, 'text', None),