add new field for cumulative subscription count

This commit is contained in:
Phillip Thelen
2024-09-27 14:12:52 +02:00
committed by Kalista Payne
parent 30096247b7
commit 4bafafdc8d
5 changed files with 47 additions and 3 deletions
@@ -103,6 +103,20 @@
>
</div>
</div>
<div class="form-group row">
<label class="col-sm-3 col-form-label">
Cumulative months:
</label>
<div class="col-sm-9">
<input
v-model="hero.purchased.plan.cumulativeCount"
class="form-control"
type="number"
min="0"
step="1"
>
</div>
</div>
<div class="form-group row">
<label class="col-sm-3 col-form-label">
Next Mystic Hourglass: