Bugfix: regression, keep newamount equal to amount for the payment
Follows 759900bcce
This commit is contained in:
parent
f4c7c03dc1
commit
6a8882b60d
@ -1627,6 +1627,7 @@ if ($source == 'member' || $source == 'membersubscription') {
|
||||
}
|
||||
|
||||
print '<input type="hidden" name="amount" value="'.$amount.'">';
|
||||
print '<input type="hidden" name="newamount" value="'.$amount.'">';
|
||||
print '<input type="hidden" name="currency" value="'.$currency.'">';
|
||||
print '</td></tr>'."\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user