UI Cleanups

This commit is contained in:
root
2019-06-13 23:32:35 -04:00
parent 98532b0c7d
commit 3d3bcff09e
15 changed files with 524 additions and 142 deletions

View File

@@ -160,7 +160,6 @@
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
</div>
<select class="form-control selectpicker show-tick" name="net_terms">
<option value="">- Net Terms -</option>
<?php foreach($net_terms_array as $net_term_value => $net_term_name) { ?>
<option value="<?php echo $net_term_value; ?>"><?php echo $net_term_name; ?></option>
<?php } ?>