Skip to content

Commit

Permalink
1.3-specific fix for 1262
Browse files Browse the repository at this point in the history
  • Loading branch information
einhverfr committed Oct 24, 2014
1 parent 5744ef8 commit 8bb5538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/payment.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,9 @@ sub post_payment {
# Now we split the account selected options, using the namespace the if statement
# provides for us.
$request->{"overpayment_account_$i"} =~ /^(\d+)--*/;
$request->{"overpayment_account_$i"} = $request->parse_amount(
amount => $request->{"overpayment_account_$i"}
);
my $id = $1;
$request->{"overpayment_cash_account_$i"} =~ /^(\d+)--*/;
my $cashid = $1;
Expand Down

0 comments on commit 8bb5538

Please sign in to comment.