X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/493457086f727b713cca06c25c1c3bedb92185af..7647d46:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 3c8e2404f..44ddc110c 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -58,7 +58,6 @@ sub post_transaction { delete $form->{currency} unless $form->{defaultcurrency}; ($null, $form->{department_id}) = split(/--/, $form->{department}); - $form->{department_id} *= 1; if ($form->{currency} eq $form->{defaultcurrency}) { $form->{exchangerate} = 1;