Rework Top Client Details block, renamed standing to billing, moved net terms to billing, added services sections

This commit is contained in:
Johnny
2020-11-24 23:23:44 -05:00
parent ec474cb80e
commit e68ed632c8
2 changed files with 6 additions and 6 deletions

View File

@@ -88,9 +88,9 @@
<span class="input-group-text"><i class="fa fa-fw fa-flag"></i></span>
</div>
<select class="form-control select2" name="state">
<?php foreach($states_array as $state_abbr => $state_name) { ?>
<option <?php if($location_state == $state_abbr) { echo "selected"; } ?> value="<?php echo $state_abbr; ?>"><?php echo $state_name; ?></option>
<?php } ?>
<?php foreach($states_array as $state_abbr => $state_name) { ?>
<option <?php if($location_state == $state_abbr) { echo "selected"; } ?> value="<?php echo $state_abbr; ?>"><?php echo $state_name; ?></option>
<?php } ?>
</select>
</div>
</div>