Revision e8ce945f
Von Werner Hahn vor 9 Tagen hinzugefügt
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
Kosmetik: keine Tabs