This commit is contained in:
oscar alvarez 2022-05-19 10:37:36 -05:00
parent 84f51f9d13
commit 1f2034fbec
1 changed files with 1 additions and 1 deletions

View File

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