Fix No content in Edit Recurring Invoice Note Modal

This commit is contained in:
johnnyq 2025-06-18 16:18:01 -04:00
parent 2ff5d2f87c
commit 9a449c35ac
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<input type="hidden" name="recurring_invoice_id" value="<?php echo $recurring_invoice_id; ?>">
<div class="modal-body bg-white">
<div class="form-group">
<textarea class="form-control" rows="8" name="note" placeholder="Enter some notes"><?php echo $recurring_note; ?></textarea>
<textarea class="form-control" rows="8" name="note" placeholder="Enter some notes"><?php echo $recurring_invoice_note; ?></textarea>
</div>
</div>
<div class="modal-footer bg-white">