Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b8dfb10a

Von Tamino Steinert vor 9 Monaten hinzugefügt

  • ID b8dfb10abe66741a74818a510a74eb84c974d094
  • Vorgänger a2a95b63
  • Nachfolger 48ef5a7c

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