X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b2516a3f40df6e945d823cbf11cd74d34b94209f..5d0c2933e983d083afdb15afd5ec24b34fcdd3c6:/SL/Controller/ClientConfig.pm?ds=sidebyside diff --git a/SL/Controller/ClientConfig.pm b/SL/Controller/ClientConfig.pm index c0c3593bb..9292ee441 100644 --- a/SL/Controller/ClientConfig.pm +++ b/SL/Controller/ClientConfig.pm @@ -40,6 +40,8 @@ sub action_save { undef $defaults->{$_} if !$defaults->{$_}; } + $defaults->{$_} = $::form->parse_amount(\%::myconfig, $defaults->{$_}) for qw(customer_hourly_rate); + $self->defaults->assign_attributes(%{ $defaults }); my %errors_idx;