studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Small bug in transaction_list html template #153

Closed mikenites closed 4 years ago

mikenites commented 4 years ago

Hi there, thank you for doing this project.

I believe the transaction_list.html line 57 should say:

{% if transaction.subscription.plan %}{{ transaction.subscription.plan }}{% else %}No subscription plan{% endif %}

Instead of

{% if transaction.plan %}{{ transaction.plan }}{% else %}No subscription plan{% endif %}

studybuffalo commented 4 years ago

Thanks for catching that. I'll do some digging into this, but on first glance it looks like you are probably correct.

mikenites commented 4 years ago

Of course -- believe it is like that in the transaction_detail template as well.

studybuffalo commented 4 years ago

Issue resolved and incorporated into in version 0.12.1.