Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 20af1c62

Von Werner Hahn vor 10 Monaten hinzugefügt

  • ID 20af1c62a86069d0e2f5ed65eb7abc250b5bacef
  • Vorgänger a45417f3
  • Nachfolger 25b1500a

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