Revision 91ee6cb2
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Template/Plugin/LxERP.pm | ||
---|---|---|
42 | 42 |
sub format_percent { |
43 | 43 |
my ($self, $var, $places, $skip_zero) = @_; |
44 | 44 |
|
45 |
$places ||= 2; |
|
46 |
|
|
45 | 47 |
return $self->format_amount($var * 100, $places, $skip_zero); |
46 | 48 |
} |
47 | 49 |
|
Auch abrufbar als: Unified diff
format_percent auf 2 stellen defaulten