minor fix

This commit is contained in:
Wilson Gomez 2023-11-24 08:58:07 -05:00
parent 02a0bf6f95
commit 77b9778886
1 changed files with 6 additions and 0 deletions

View File

@ -437,5 +437,11 @@ MODELS_RETAIL = {
'fields': [
'name'
],
},
'hotel.folio': {
'rec_name': 'rec_name',
'fields': [
'id'
]
}
}