]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/Base.pm
Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / SL / Controller / CsvImport / Base.pm
index b896d9930a479f2d6fe45c42cb9298ffd8f40560..3090182c1c7169c7817499e5fca6f4d1a1c376cc 100644 (file)
@@ -146,7 +146,7 @@ sub init_all_languages {
 sub init_all_bank_accounts {
   my ($self) = @_;
 
-  return SL::DB::Manager::BankAccount->get_all;
+  return SL::DB::Manager::BankAccount->get_all_sorted( query => [ obsolete => 0 ] );
 }
 
 sub init_payment_terms_by {