Skip to content

Commit

Permalink
Applying Istvan's fix
Browse files Browse the repository at this point in the history
--HG--
extra : source : f3a12b2da2ad2c8e2693c3ebfaf3c92334f89539
  • Loading branch information
einhverfr committed Aug 23, 2014
1 parent cb8ec1d commit c3680b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LedgerSMB/AA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ sub get_name {
16 => 'cc',
17 => 'bcc' );
$sth = $dbh->prepare($query);
$sth->execute( $form->{eca_id}, 14) || $form->dberror( $query );
$sth->execute( $form->{eca_id}, 17) || $form->dberror( $query );

my $ctype;
my $billing_email = 0;
Expand Down

0 comments on commit c3680b8

Please sign in to comment.