Browse Source

Extra headers only if used.

283
Neil Booth 10 years ago
parent
commit
0db2dbf3d7
  1. 1
      plugins/exchange_rate.py

1
plugins/exchange_rate.py

@ -401,6 +401,7 @@ class Plugin(BasePlugin, ThreadJob):
@hook @hook
def history_tab_headers(self, headers): def history_tab_headers(self, headers):
if self.config_history():
headers.extend([_('Fiat Amount'), _('Fiat Balance')]) headers.extend([_('Fiat Amount'), _('Fiat Balance')])
@hook @hook

Loading…
Cancel
Save