Remove plan price in invoice
This commit is contained in:
parent
51dc9c9132
commit
971c55608e
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@
|
|||
<dt>Plan</dt>
|
||||
<dd>
|
||||
<span>{{ plan_map[invoice.plan].title }}</span>
|
||||
<span>{{ plan_map[invoice.plan].price / 100 }}</span>
|
||||
</dd>
|
||||
</dl>
|
||||
</td>
|
||||
|
|
Reference in a new issue