Trial Balance XLSX: Remove unused variables

pull/211/head
jcoux 2016-07-28 15:08:33 +02:00
parent 6f69b30666
commit 9472a9c51a
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ class TrialBalanceXslx(abstract_report_xlsx.AbstractReportXslx):
super(TrialBalanceXslx, self).__init__( super(TrialBalanceXslx, self).__init__(
name, table, rml, parser, header, store) name, table, rml, parser, header, store)
# Custom values needed to generate report
self.col_pos_initial_balance_label = 5
self.col_count_final_balance_name = 5
self.col_pos_final_balance_label = 5
def _get_report_name(self): def _get_report_name(self):
return _('Trial Balance') return _('Trial Balance')