X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/95eb8f3c833fb46c1094de8955b13e37d05c3156..28b3276ca12390954e40f29ce91fe732f6183bfa:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index 26c0bca1e..5b82ff108 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -143,7 +143,6 @@ sub post_transaction { # update department ($null, $form->{department_id}) = split(/--/, $form->{department}); - $form->{department_id} *= 1; # amount for AR account $form->{receivables} = $form->round_amount($form->{amount}, 2) * -1;