Revision 797ad4c5
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
340 | 340 |
map({ push(@old_project_ids, $form->{"project_id_$_"}) |
341 | 341 |
if ($form->{"project_id_$_"}); } (1..$form->{"rowcount"})); |
342 | 342 |
|
343 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", |
|
344 |
"all" => 0, |
|
345 |
"old_id" => \@old_project_ids }, |
|
346 |
"charts" => { "key" => "ALL_CHARTS", |
|
347 |
"transdate" => $form->{transdate} }, |
|
348 |
"taxcharts" => "ALL_TAXCHARTS"); |
|
343 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", |
|
344 |
"all" => 0, |
|
345 |
"old_id" => \@old_project_ids }, |
|
346 |
"charts" => { "key" => "ALL_CHARTS", |
|
347 |
"transdate" => $form->{transdate} }, |
|
348 |
"taxcharts" => { "key" => "ALL_TAXCHARTS", |
|
349 |
"module" => "AR" },); |
|
349 | 350 |
|
350 | 351 |
map({ $_->{link_split} = [ split(/:/, $_->{link}) ]; } |
351 | 352 |
@{ $form->{ALL_CHARTS} }); |
Auch abrufbar als: Unified diff
Bei Kreditorenbuchungen die Umsatzsteuer-Steuerschlüssel und bei Debitorenbuchungen die Vorsteuer-Steuerschlüssel nicht anzeigen.