Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e73d55ce

Von Werner Hahn vor 11 Monaten hinzugefügt

  • ID e73d55ce1d5e2f94a797e2d279f4ee896230961a
  • Vorgänger aa08ecd9

Kosmetik: keine Tabs

Unterschiede anzeigen:

SL/DB/Manager/PartsGroup.pm
36 36
      $pg->{level} = $pg->get_level;
37 37
      $pg->{partscount} = $pg->parts_count // 0; # probably better to call this separately. Also it doesn't need to be calculated each time for dropdown
38 38
      # $pg->{padded_partsgroup} = '  ' x $pg->{level} . $pg->partsgroup; # this is probably redundant now, using css
39
			$pg->printable if $params{print};
39
      $pg->printable if $params{print};
40 40
      # $pg->print_report_charts if $params{charts};
41 41
      # code $pg->printable if $params{tail};
42 42
    };

Auch abrufbar als: Unified diff