Revision 573562a5
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
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
Bankerweiterung: Typo, find_by correct aufrufen