]> wagnertech.de Git - kivitendo-erp.git/commitdiff
BankTransaction: Kreditorenvorlagen auch nach Namen sortiert
authorWerner Hahn <wh@futureworldsearch.net>
Fri, 15 Oct 2021 06:14:13 +0000 (08:14 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Fri, 15 Oct 2021 06:14:13 +0000 (08:14 +0200)
SL/Controller/BankTransaction.pm

index 3cd77b5a18a8f28211c60de20fd1ff9ec819895d..7f317403178d15dfaf62c8c9a36749851e942f54 100644 (file)
@@ -274,6 +274,7 @@ sub action_create_invoice {
 
   my $templates_ap = SL::DB::Manager::RecordTemplate->get_all(
     where        => [ template_type => 'ap_transaction' ],
+    sort_by      => [ qw(template_name) ],
     with_objects => [ qw(employee vendor) ],
   );
   my $templates_gl = SL::DB::Manager::RecordTemplate->get_all(