X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c1a32d6241777c611e930a417ed982bb1a031798..34366eda748e1198b8b2ead0c3fffd8edba9f23d:/SL/Template/Plugin/LxERP.pm diff --git a/SL/Template/Plugin/LxERP.pm b/SL/Template/Plugin/LxERP.pm index 1bd03dab8..d1d93d13c 100644 --- a/SL/Template/Plugin/LxERP.pm +++ b/SL/Template/Plugin/LxERP.pm @@ -15,9 +15,9 @@ sub new { } sub format_amount { - my ($self, $var, $places, $skip_zero) = @_; + my ($self, $var, $places, $skip_zero, $dash) = @_; - return $main::form->format_amount(\%main::myconfig, $var * 1, $places) unless $skip_zero && $var == 0; + return $main::form->format_amount(\%main::myconfig, $var * 1, $places, $dash) unless $skip_zero && $var == 0; return ''; }