mirror of
https://github.com/itflow-org/itflow
synced 2026-09-09 00:05:13 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -36,7 +36,7 @@ ob_start();
|
||||
<label>Invoice Net Terms</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
|
||||
<select class="form-control select2" name="net_terms">
|
||||
<select class="form-select select2" name="net_terms">
|
||||
<option value="">- Net Terms -</option>
|
||||
<?php foreach ($net_terms_array as $net_term_value => $net_term_name) { ?>
|
||||
<option value="<?= $net_term_value ?>">
|
||||
|
||||
Reference in New Issue
Block a user