Skip to content

Commit

Permalink
Merge pull request #34 from ledgersmb/1.3
Browse files Browse the repository at this point in the history
sync over 1.3 branch
  • Loading branch information
ehuelsmann committed Jul 6, 2014
2 parents 72e8849 + 48f3da2 commit c59759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LedgerSMB/DBObject/Payment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ sub post_payment {
$self->error($self->{_locale}->text("Exchange rate inconsistency with database. Got [_1], expected [_2]", $self->{exrate}, $db_exchangerate));
}
}
for (@{$self->{amount}}){
for ($self->_parse_array($self->{amount})){
$_ = $_->bstr if ref $_;
}
my @TMParray = $self->exec_method(funcname => 'payment_post');
Expand Down

0 comments on commit c59759b

Please sign in to comment.