This commit is contained in:
oscar alvarez 2022-07-10 11:18:22 -05:00
parent 8f39bb7482
commit ed0214c2cb
2 changed files with 1 additions and 2 deletions

View File

@ -699,7 +699,6 @@ class FolioGuest(ModelSQL, ModelView):
self.profession = guest.profession
# self.origin_country = guest.origin_country
# self.target_country = guest.target_country
return
@classmethod
def manage_party(cls, v):

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.20
version=6.0.21
depends:
party
company