From e8a07b023d944862b094e67c77455e7d9eba64f6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Jul 2023 13:56:27 +0200 Subject: [PATCH] out_refund + 86 --- wizard/accounting_file_wizard.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wizard/accounting_file_wizard.py b/wizard/accounting_file_wizard.py index 87ad096..bbd6b09 100644 --- a/wizard/accounting_file_wizard.py +++ b/wizard/accounting_file_wizard.py @@ -93,11 +93,11 @@ class AccountingFileWizard(models.TransientModel): f.write(fic_line) - #self.donation_lines(f) - #self.membership_lines(f) - #self.event_lines(f) - #self.booking_event_lines(f) - self.out_refund_lines(f) + self.donation_lines(f) + self.membership_lines(f) + self.event_lines(f) + self.booking_event_lines(f) + #self.out_refund_lines(f) fic_line="TOTAL_DEBIT="+str(total_debit)+ " TOTAL CREDIT="+str(total_credit) f.write(fic_line)