diff --git a/app/mainwindow.py b/app/mainwindow.py index c109fc8..1bd1148 100644 --- a/app/mainwindow.py +++ b/app/mainwindow.py @@ -1692,7 +1692,7 @@ class MainWindow(FrontWindow): _cols_width.append(300) if self._config.get('show_brand'): - headers['brand'] = {'desc': self.tr('BRAND'), 'type': 'char'} + headers['template.brand'] = {'desc': self.tr('BRAND'), 'type': 'char'} _cols_width.append(100) price = {'desc': self.tr('PRICE'), 'type': 'number'}