Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7d9823cd

Von Tamino Steinert vor 10 Monaten hinzugefügt

  • ID 7d9823cd990142fbe16ce84ab4648556989024d8
  • Vorgänger 3380b8ed
  • Nachfolger c13b0ae6

BJ:ImportRecordEmails: Status vom auto. ZUGFeRD-Import in erw. Status

Unterschiede anzeigen:

SL/Controller/ZUGFeRD.pm
227 227

  
228 228
  unless ( defined $ap_chart_id ) {
229 229
    # If no default account is configured, just use the first AP account found.
230
    my $ap_chart = SL::DB::Manager::Chart->get_all(
230
    my ($ap_chart) = @{SL::DB::Manager::Chart->get_all(
231 231
      where   => [ link => 'AP' ],
232 232
      sort_by => [ 'accno' ],
233
    );
234
    $ap_chart_id = ${$ap_chart}[0]->id;
233
    )};
234
    $ap_chart_id = $ap_chart->id;
235 235
  }
236 236

  
237 237
  my $currency = SL::DB::Manager::Currency->find_by(

Auch abrufbar als: Unified diff