Revision d85f42c1
Von Werner Hahn vor etwa 3 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
274 | 274 |
|
275 | 275 |
my $templates_ap = SL::DB::Manager::RecordTemplate->get_all( |
276 | 276 |
where => [ template_type => 'ap_transaction' ], |
277 |
sort_by => [ qw(template_name) ], |
|
277 | 278 |
with_objects => [ qw(employee vendor) ], |
278 | 279 |
); |
279 | 280 |
my $templates_gl = SL::DB::Manager::RecordTemplate->get_all( |
Auch abrufbar als: Unified diff
BankTransaction: Kreditorenvorlagen auch nach Namen sortiert