Revision 976c74f1
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}"; |
|
156 |
$::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description};
|
|
157 | 157 |
|
158 | 158 |
$::form->header; |
159 | 159 |
print $::form->parse_html_template('ca/list', { |
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
Jetzt reichtig.