open-ended installments when only the current is set (v1.0.2)

This commit is contained in:
2026-07-07 18:16:51 -03:00
parent d463faf134
commit 7fde8cb3d9
4 changed files with 11 additions and 6 deletions

View File

@@ -24,6 +24,6 @@
<span><?= t('of') ?></span>
<input type="number" min="1" name="financebuddy_installment_total" value="<?= $this->text->e($fb['installment_total']) ?>" class="fb-form-num">
</div>
<p class="form-help"><?= t('Leave the total blank for an open-ended recurring bill.') ?></p>
<p class="form-help"><?= t('Set a total for a finite plan (shows p2/10); leave it blank for an open-ended count (shows p2).') ?></p>
</div>
<?php endif ?>