Removed Weekly option for Recurring Invoices soon will add Quarterly and Bi Annually

This commit is contained in:
johnnyq
2023-12-09 15:24:41 -05:00
parent b6bc13ddd4
commit 3b7fe290af
3 changed files with 2 additions and 11 deletions

View File

@@ -69,7 +69,6 @@
</div>
<select class="form-control select2" name="frequency" required>
<option value="">- Frequency -</option>
<option value="week">Weekly</option>
<option value="month">Monthly</option>
<option value="year">Yearly</option>
</select>