summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_transaction_details.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/payments/_transaction_details.html.haml')
-rw-r--r--billing/app/views/payments/_transaction_details.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/payments/_transaction_details.html.haml b/billing/app/views/payments/_transaction_details.html.haml
index 030639e..85e4f6a 100644
--- a/billing/app/views/payments/_transaction_details.html.haml
+++ b/billing/app/views/payments/_transaction_details.html.haml
@@ -11,5 +11,5 @@
- if sub_start = transaction.subscription_details.billing_period_start_date
From subscription which started
= sub_start
- - else
+ - else # should not have any of these
Not paid as part of subscription \ No newline at end of file