mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Lowercase ty in QTY, fixed issue in setup where it would not take the selected currency type
This commit is contained in:
@@ -591,7 +591,7 @@ if(isset($_POST['add_company_settings'])){
|
||||
<select class="form-control select2" name="currency_code" required>
|
||||
<option value="">- Currency -</option>
|
||||
<?php foreach($currencies_array as $currency_code => $currency_name) { ?>
|
||||
<option><?php echo "$currency_code - $currency_name"; ?></option>
|
||||
<option value="<?php echo $currency_code; ?>"><?php echo "$currency_code - $currency_name"; ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</div>
|
||||
@@ -660,4 +660,4 @@ if(isset($_POST['add_company_settings'])){
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user