Standard-Buchungsgruppe in CSV-Import-Profil via ID speichern
[kivitendo-erp.git] / SL / DB / CsvImportProfile.pm
index 58e3d68..e0dfe16 100644 (file)
@@ -51,7 +51,7 @@ sub set_defaults {
                          part_group_sep_char       => '!',
                          shoparticle_if_missing    => '0',
                          parts_type                => 'part',
-                         default_buchungsgruppe    => ($bugru ? $bugru->description : undef),
+                         default_buchungsgruppe    => ($bugru ? $bugru->id : undef),
                          apply_buchungsgruppe      => 'all',
                         );
   } else {