Browse Source

Add comment

Fabs 10 years ago
parent
commit
89769bbd41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/billing/create_subscriptions_invoices.py

+ 1 - 1
coin/billing/create_subscriptions_invoices.py

@@ -142,7 +142,7 @@ def create_member_invoice_for_a_period(member, date):
     if invoice.details.count() > 0:
         invoice.save()
         transaction.savepoint_commit(sid)
-        invoice.validate()
+        invoice.validate() # Valide la facture et génère le PDF
         return invoice
     else:
         transaction.savepoint_rollback(sid)