projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c9123
)
BankTransaction: Kreditorenvorlagen auch nach Namen sortiert
author
Werner Hahn
<wh@futureworldsearch.net>
Fri, 15 Oct 2021 06:14:13 +0000
(08:14 +0200)
committer
Werner Hahn
<wh@futureworldsearch.net>
Fri, 15 Oct 2021 06:14:13 +0000
(08:14 +0200)
SL/Controller/BankTransaction.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/BankTransaction.pm
b/SL/Controller/BankTransaction.pm
index
3cd77b5
..
7f31740
100644
(file)
--- a/
SL/Controller/BankTransaction.pm
+++ b/
SL/Controller/BankTransaction.pm
@@
-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(