add field party in restaurant

This commit is contained in:
Alexander Fuquen 2023-05-13 08:10:07 -05:00
parent 0ae5361364
commit 9c01b2c49b
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ class SearchSale(SearchWindow):
widths_append(110)
headers['consumer.rec_name'] = {'desc': 'CONSUMIDOR', 'type': 'char'}
widths_append(300)
headers['party.name'] = {'desc': 'CLIENTE', 'type': 'char'}
widths_append(300)
headers['table_assigned.rec_name'] = {'desc': 'MESA', 'type': 'char'}
widths_append(100)
headers['source.name'] = {'desc': 'FUENTE', 'type': 'char'}