Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e14cb525

Von Sven Schöling vor fast 12 Jahren hinzugefügt

  • ID e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd
  • Vorgänger 4061ebb7
  • Nachfolger 62b7b5d1

Aufrufe von focus() entfernt.

Diese Funktion ist die interne javascript focus Funktion, die ohne Argument garkeinen Sinn macht. Die Lx-Office Version heisst fokus.

Unterschiede anzeigen:

bin/mozilla/rp.pl
151 151

  
152 152
  $::form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 });
153 153

  
154
  my $onload = qq|focus()|;
155

  
156 154
  my $is_projects         = $::form->{report} eq "projects";
157 155
  my $is_income_statement = $::form->{report} eq "income_statement";
158 156
  my $is_bwa              = $::form->{report} eq "bwa";
......
198 196
    vc                  => $vc,
199 197
    label               => $label,
200 198
    year                => DateTime->today->year,
201
    onload              => $onload,
202 199
    nextsub             => $nextsub,
203 200
    accrual             => $::instance_conf->get_accounting_method ne 'cash',
204 201
    cash                => $::instance_conf->get_accounting_method eq 'cash',

Auch abrufbar als: Unified diff