$::lxdebug->enter_sub;
$::auth->assert('report');
- $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
-
+ $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description};
+
$::form->header;
print $::form->parse_html_template('ca/list', {
year => DateTime->today->year,
sub list_transactions {
$main::lxdebug->enter_sub();
+use Data::Dumper;
+
my $form = $main::form;
my %myconfig = %main::myconfig;
my $locale = $main::locale;
<form method=post action="[% script %]">
[% L.hidden_tag('accno', accno) %]
-[% L.hidden_tag('decription', description) %]
+[% L.hidden_tag('description', description) %]
[% L.hidden_tag('sort', 'transdate') %]
[% L.hidden_tag('accounttype', accounttype) %]