Revision c184bce3
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
908 | 908 |
$form->{projectnumber_1} = $form->{projectnumber}; |
909 | 909 |
|
910 | 910 |
delete $form->{sort}; |
911 |
check_project('generate_projects');
|
|
911 |
&check_project;
|
|
912 | 912 |
|
913 | 913 |
# if there is one only, assign id |
914 | 914 |
$form->{project_id} = $form->{project_id_1}; |
... | ... | |
1280 | 1280 |
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); |
1281 | 1281 |
|
1282 | 1282 |
my %column_defs = ( |
1283 |
'accno' => { 'text' => $locale->text('Account Number'), },
|
|
1283 |
'accno' => { 'text' => $locale->text('Account'), }, |
|
1284 | 1284 |
'description' => { 'text' => $locale->text('Description'), }, |
1285 | 1285 |
'last_transaction' => { 'text' => $locale->text('Last Transaction'), }, |
1286 | 1286 |
'soll_eb' => { 'text' => $locale->text('Debit Starting Balance'), }, |
Auch abrufbar als: Unified diff
SuSa angepasst, so dass auch bei EUR korrekte Werte berechnet werden