Revision d3c91235
Von Werner Hahn vor etwa 3 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
280 | 280 |
query => [ template_type => 'gl_transaction', |
281 | 281 |
chart_id => SL::DB::Manager::BankAccount->find_by(id => $self->transaction->local_bank_account_id)->chart_id, |
282 | 282 |
], |
283 |
sort_by => [ qw(template_name) ], |
|
283 | 284 |
with_objects => [ qw(employee record_template_items) ], |
284 | 285 |
); |
285 | 286 |
|
Auch abrufbar als: Unified diff
BankTransaction: Dialogbuchungsvorlagen sortiert nach Name