Fixed wording on edit invoice modal instead of payment due changed to invoice due

This commit is contained in:
johnnyq 2023-01-02 12:18:10 -05:00
parent 3fd62cd16e
commit d9fdcb8702
2 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,9 @@
<span class="input-group-text"><i class="fas fa-fw fa-envelope-open-text"></i></span>
</div>
<select class="form-control select2" name="welcome_letter">
<option value="">- Select One -</option>
<option value="">Standard</option>
<option value="">Big Wig</option>
<option value="1">- Select One -</option>
<option value="2">Standard</option>
<option value="3">Big Wig</option>
</select>
</div>
</div>

View File

@ -23,7 +23,7 @@
</div>
<div class="form-group">
<label>Payment Due <strong class="text-danger">*</strong></label>
<label>Invoice Due <strong class="text-danger">*</strong></label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-calendar-alt"></i></span>