This commit is contained in:
James Cole
2017-11-24 17:33:05 +01:00
parent 93c2f13807
commit 7de512aff8
2 changed files with 7 additions and 1 deletions

View File

@@ -107,6 +107,10 @@ function selectsForeignCurrency() {
if (foreignCurrencyId === nativeCurrencyId) {
$('#exchange_rate_instruction_holder').hide();
$('#native_amount_holder').hide();
// make all other inputs empty
$('input[name="destination_amount"]').val("");
$('input[name="native_amount"]').val("");
}
return false;