minor fix add phone

This commit is contained in:
wilsongomez 2022-03-02 14:39:13 -05:00
parent b0b0d02d32
commit 237f17dfe8
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ class SearchParty(SearchWindow):
headers['id'] = {'desc': 'ID', 'type': 'char'}
headers['id_number'] = {'desc': 'NUMERO ID', 'type': 'char'}
headers['name'] = {'desc': 'NOMBRE', 'type': 'char'}
headers['phone'] = {'desc': 'TELEFONO', 'type': 'char'}
headers['street'] = {'desc': 'DIRECCION', 'type': 'char'}
show_party_cats = parent._config.get('show_party_categories', None)
if show_party_cats: