Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 797ad4c5

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 797ad4c506d8e96342249155ddde80361b5ff9f9
  • Vorgänger 5d44361c
  • Nachfolger c04c1509

Bei Kreditorenbuchungen die Umsatzsteuer-Steuerschlüssel und bei Debitorenbuchungen die Vorsteuer-Steuerschlüssel nicht anzeigen.

Unterschiede anzeigen:

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