minor fix

This commit is contained in:
wilsongomez 2022-06-01 10:19:50 -05:00
parent 259f8543e3
commit eead78aa2a
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class AppWindow(FrontWindow):
]
self.sources = self.Source.find([])
if self.enviroment != 'restaurant':
if self.enviroment != 'restaurant' and self._config.get('use_price_list'):
info_fields.append(
('list_price', {
'name': 'LISTA DE PRECIOS',