Did the same as previous commit for edit Quote Invoice Recurring

This commit is contained in:
johnnyq
2021-08-29 22:12:16 -04:00
parent 209bd7da4d
commit 2ec79ef014
4 changed files with 3 additions and 51 deletions

View File

@@ -59,21 +59,6 @@
</div>
</div>
<div class="form-group">
<label>Currency <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-money-bill"></i></span>
</div>
<select class="form-control select2" name="currency_code" required>
<option value="">- Currency -</option>
<?php foreach($currencies_array as $currency_code => $currency_name) { ?>
<option <?php if($invoice_currency_code == $currency_code){ echo "selected"; } ?> value="<?php echo $currency_code; ?>"><?php echo "$currency_code - $currency_name"; ?></option>
<?php } ?>
</select>
</div>
</div>
<div class="form-group">
<label>Scope</label>
<div class="input-group">