Revision 1cffd05a
Von Peter Schulgin vor fast 11 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
153 | 153 |
$::lxdebug->enter_sub; |
154 | 154 |
$::auth->assert('report'); |
155 | 155 |
|
156 |
$::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}"; |
|
157 |
|
|
156 |
$::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description};
|
|
157 |
|
|
158 | 158 |
$::form->header; |
159 | 159 |
print $::form->parse_html_template('ca/list', { |
160 | 160 |
year => DateTime->today->year, |
... | ... | |
184 | 184 |
sub list_transactions { |
185 | 185 |
$main::lxdebug->enter_sub(); |
186 | 186 |
|
187 |
use Data::Dumper; |
|
188 |
|
|
187 | 189 |
my $form = $main::form; |
188 | 190 |
my %myconfig = %main::myconfig; |
189 | 191 |
my $locale = $main::locale; |
templates/webpages/ca/list.html | ||
---|---|---|
5 | 5 |
<form method=post action="[% script %]"> |
6 | 6 |
|
7 | 7 |
[% L.hidden_tag('accno', accno) %] |
8 |
[% L.hidden_tag('decription', description) %] |
|
8 |
[% L.hidden_tag('description', description) %]
|
|
9 | 9 |
[% L.hidden_tag('sort', 'transdate') %] |
10 | 10 |
[% L.hidden_tag('accounttype', accounttype) %] |
11 | 11 |
|
Auch abrufbar als: Unified diff
Buchungsliste: Kontonamen werden nicht angezeigt.
Behebt #2239