minor fix

This commit is contained in:
Camilo Sarmiento 2020-04-28 10:00:00 -05:00
parent 0568165bef
commit b14b7a5b93
1 changed files with 1 additions and 1 deletions

View File

@ -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'}