Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 573562a5

Von Kivitendo Admin vor etwa 9 Jahren hinzugefügt

  • ID 573562a5411e9a3cb35b586935a6a0ed29d805db
  • Vorgänger fc35d1dd
  • Nachfolger 37be5dfe

Bankerweiterung: Typo, find_by correct aufrufen

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
216 216

  
217 217
  my $bt = SL::DB::Manager::BankTransaction->find_by( id => $::form->{bt_id} );
218 218
  my $invoice = SL::DB::Manager::Invoice->find_by( id => $::form->{prop_id} );
219
  $invoice = SL::DB::Manager::PurchaseInvoice->find_By( id => $::form->{prop_id} ) unless $invoice;
219
  $invoice = SL::DB::Manager::PurchaseInvoice->find_by( id => $::form->{prop_id} ) unless $invoice;
220 220

  
221 221
  die unless $bt and $invoice;
222 222

  

Auch abrufbar als: Unified diff