minor fix

This commit is contained in:
wilson gomez 2022-02-03 16:26:55 -05:00
parent 239617d597
commit 36d1c08fd7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class PartyConsumer(ModelSQL, ModelView):
address = fields.Char('Address', required=True)
id_number = fields.Char('Id Number')
birthday = fields.Date('Birthday')
delivery = fields.Char('Id Number')
delivery = fields.Char('Delivery')
notes = fields.Text('Notes')
def get_rec_name(self, name=None):