Add ability for recurring invoices to be generated as draft to allow review and amendment prior to sending

This commit is contained in:
Wrongecho
2026-09-14 13:28:41 +00:00
parent a41e738a9b
commit c3429ecc8a

View File

@@ -112,7 +112,7 @@ ob_start();
<option <?php if ($recurring_invoice_auto_send == 0) { echo "selected"; } ?> value="0">Generate Draft for Review</option> <option <?php if ($recurring_invoice_auto_send == 0) { echo "selected"; } ?> value="0">Generate Draft for Review</option>
</select> </select>
</div> </div>
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label>Status <strong class="text-danger">*</strong></label> <label>Status <strong class="text-danger">*</strong></label>