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)