Browse Source

out_refund + 86

master
root 2 years ago
parent
commit
e8a07b023d
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      wizard/accounting_file_wizard.py

+ 5
- 5
wizard/accounting_file_wizard.py View File

@ -93,11 +93,11 @@ class AccountingFileWizard(models.TransientModel):
f.write(fic_line) 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) fic_line="TOTAL_DEBIT="+str(total_debit)+ " TOTAL CREDIT="+str(total_credit)
f.write(fic_line) f.write(fic_line)


Loading…
Cancel
Save