send: fix send view because no one accounted for paypro when adding this input.

This commit is contained in:
Christopher Jeffrey 2014-09-08 14:26:52 -07:00
parent 49d362a238
commit 55518afdf7
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@
<label for="alternative"><span translate>Amount in</span> {{ alternativeName }} </label> <label for="alternative"><span translate>Amount in</span> {{ alternativeName }} </label>
<div class="small-9 columns"> <div class="small-9 columns">
<input type="number" id="alternative_amount" <input type="number" id="alternative_amount"
ng-disabled="loading || !isRateAvailable "
name="alternative" placeholder="{{'Amount'|translate}}" ng-model="alternative" name="alternative" placeholder="{{'Amount'|translate}}" ng-model="alternative"
required required
autocomplete="off" autocomplete="off"