]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
Debitoren-/Kreditoren-/Dialogbuchungen: Fremdschlüsselspalte "department_id" nicht...
[mfinanz.git] / SL / AP.pm
index 3c8e2404f042ad76e448309ad0f132b0afc44875..44ddc110c7c64950c7d3a65eb9ab03ea20b504a3 100644 (file)
--- 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;