🐛Fix subscription view personal sub next payment date

This commit is contained in:
Matt Lott 2015-03-13 16:08:30 -07:00
parent 5264fc6181
commit b696c916c0

View file

@ -70,7 +70,7 @@ block content
if personalSub.nextPaymentDate
tr
th(data-i18n="account.next_payment")
td= moment(nextPaymentDate).format('l')
td= moment(personalSub.nextPaymentDate).format('l')
if personalSub.cost
tr
th(data-i18n="account.cost")