Revision 797ad4c5
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
298 | 298 |
map({ push(@old_project_ids, $form->{"project_id_$_"}) |
299 | 299 |
if ($form->{"project_id_$_"}); } (1..$form->{"rowcount"})); |
300 | 300 |
|
301 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", |
|
302 |
"all" => 0, |
|
303 |
"old_id" => \@old_project_ids }, |
|
304 |
"charts" => { "key" => "ALL_CHARTS", |
|
305 |
"transdate" => $form->{transdate} }, |
|
306 |
"taxcharts" => "ALL_TAXCHARTS"); |
|
301 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", |
|
302 |
"all" => 0, |
|
303 |
"old_id" => \@old_project_ids }, |
|
304 |
"charts" => { "key" => "ALL_CHARTS", |
|
305 |
"transdate" => $form->{transdate} }, |
|
306 |
"taxcharts" => { "key" => "ALL_TAXCHARTS", |
|
307 |
"module" => "AP" },); |
|
307 | 308 |
|
308 | 309 |
map({ $_->{link_split} = [ split(/:/, $_->{link}) ]; } |
309 | 310 |
@{ $form->{ALL_CHARTS} }); |
Auch abrufbar als: Unified diff
Bei Kreditorenbuchungen die Umsatzsteuer-Steuerschlüssel und bei Debitorenbuchungen die Vorsteuer-Steuerschlüssel nicht anzeigen.