This commit is contained in:
oscar alvarez 2022-07-25 18:10:37 -05:00
parent 21cccce6f1
commit 7e0e1a1ea9
1 changed files with 1 additions and 1 deletions

View File

@ -1994,7 +1994,7 @@ class WizardStatementPayment(Wizard):
party = None
if booking.channel and booking.channel_paymode == 'ota_collect':
for folio in self.lines:
for folio in booking.lines:
if folio.main_guest != booking.channel.agent.party:
party = folio.main_guest
break