Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e73f7350

Von Jan Büren vor fast 7 Jahren hinzugefügt

  • ID e73f7350574cb4e46db4a4d6ad5cdaa075806489
  • Vorgänger 338ffe02
  • Nachfolger 78078fbf

Für #277 toten Code entfernen

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
130 130
        my $factor                   = ($_->ar_id == $open_invoice->id ? 1 : -1);
131 131
        #$main::lxdebug->message(LXDebug->DEBUG2(),"sepa_exitem=".$_->id." for invoice ".$open_invoice->id." factor=".$factor);
132 132
        $open_invoice->{realamount}  = $::form->format_amount(\%::myconfig,$open_invoice->amount*$factor,2);
133
        push @{$open_invoice->{sepa_export_item}}, $_;
134 133
        $open_invoice->{skonto_type} = $_->payment_type;
135 134
        $sepa_exports{$_->sepa_export_id} ||= { count => 0, is_ar => 0, amount => 0, proposed => 0, invoices => [], item => $_ };
136 135
        $sepa_exports{$_->sepa_export_id}->{count}++;

Auch abrufbar als: Unified diff