This commit is contained in:
James Cole
2025-04-20 12:58:45 +02:00
parent 002c5485f5
commit 984c4e2449
4 changed files with 18 additions and 3 deletions

View File

@@ -137,7 +137,6 @@ export default {
// lock dropdown list on currencyID of destination.
for (const key in this.currencies) {
if (this.currencies.hasOwnProperty(key) && /^0$|^[1-9]\d*$/.test(key) && key <= 4294967294) {
if (
parseInt(this.currencies[key].id) === parseInt(this.destination.currency_id)
) {