Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e8ce945f

Von Werner Hahn vor 6 Monaten hinzugefügt

  • ID e8ce945f714287e378a809a8459d24f35e80a34f
  • Vorgänger 6d14c91b
  • Nachfolger 217e508f

Kosmetik: keine Tabs

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff