mirror of https://github.com/itflow-org/itflow
Added back Yearly option under edit Recurring Invoice
This commit is contained in:
parent
29be864675
commit
f8757fc2e0
|
|
@ -30,8 +30,8 @@
|
|||
</div>
|
||||
<select class="form-control select2" name="frequency" required>
|
||||
<option value="">- Frequency -</option>
|
||||
<option <?php if ($recurring_frequency == 'week') { echo "selected"; } ?> value="week">Weekly</option>
|
||||
<option <?php if ($recurring_frequency == 'month') { echo "selected"; } ?> value="month">Monthly</option>
|
||||
<option <?php if ($recurring_frequency == 'year') { echo "selected"; } ?> value="year">Yearly</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue