This commit is contained in:
oscar alvarez 2022-05-19 08:36:09 -05:00
parent 389719afe1
commit 025a61c15b
1 changed files with 1 additions and 1 deletions

View File

@ -371,8 +371,8 @@ class Booking(Workflow, ModelSQL, ModelView):
@classmethod
@ModelView.button
def bill(cls, records):
cls.bill_to_channel(records)
for rec in records:
cls.bill_to_channel()
cls.create_invoice(rec.lines)
cls.check_finished(records)