Currency in uppercase
This commit is contained in:
parent
2c33f186af
commit
378a780df2
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
$state.transitionTo($scope.nextStep, {
|
$state.transitionTo($scope.nextStep, {
|
||||||
id: _id,
|
id: _id,
|
||||||
amount: $scope.useSendMax ? null : _amount,
|
amount: $scope.useSendMax ? null : _amount,
|
||||||
currency: $scope.showAlternativeAmount ? $scope.alternativeIsoCode : $scope.coin,
|
currency: $scope.showAlternativeAmount ? $scope.alternativeIsoCode : ($scope.coin).toUpperCase(),
|
||||||
coin: $scope.coin,
|
coin: $scope.coin,
|
||||||
useSendMax: $scope.useSendMax
|
useSendMax: $scope.useSendMax
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue