X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54fc0d08dd13e66c5e87c49dc424cc3bd26476f5..b90ff6b18df92c98b1b875d14835d1fdf9ff339a:/SL/Template/Plugin/LxERP.pm diff --git a/SL/Template/Plugin/LxERP.pm b/SL/Template/Plugin/LxERP.pm index f935a5910..66424fc63 100644 --- a/SL/Template/Plugin/LxERP.pm +++ b/SL/Template/Plugin/LxERP.pm @@ -41,15 +41,6 @@ sub round_amount { return ''; } -sub format_amount_units { - my ($self, $amount, $amount_unit, $part_unit) = @_; - - return $main::form->format_amount_units('amount' => $amount, - 'part_unit' => $part_unit, - 'amount_unit' => $amount_unit, - 'conv_units' => 'convertible_not_smaller'); -} - sub format_percent { my ($self, $var, $places, $skip_zero) = @_;