|
@@ -140,7 +140,7 @@ def create_member_invoice_for_a_period(member, date):
|
|
|
# à la facture
|
|
|
label = offer.name
|
|
|
try:
|
|
|
- if settings.ADD_COMMENTS_IN_BILLING and \
|
|
|
+ if settings.INVOICES_INCLUDE_CONFIG_COMMENTS and \
|
|
|
(offer_subscription.configuration.comment):
|
|
|
label += " (%s)" % offer_subscription.configuration.comment
|
|
|
except ObjectDoesNotExist:
|