Revision d85f42c1
Von Werner Hahn vor mehr als 3 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
|
||
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(
|
Auch abrufbar als: Unified diff
BankTransaction: Kreditorenvorlagen auch nach Namen sortiert